Developing
To use kalend in development follow these steps:
run
npm run build
from kalend rootrun
npm link
from kalend build folderdelete
react-dom
andreact
from node_modules of kalendrm -r -f kalend/node_modules/react-dom
rm -r -f kalend/node_modules/react
link kalend in your project
npm link kalend
after each update you need to rebuild kalend from root with
npm run build