Developing
To use kalend in development follow these steps:
run
npm run buildfrom kalend rootrun
npm linkfrom kalend build folderdelete
react-domandreactfrom node_modules of kalendrm -r -f kalend/node_modules/react-domrm -r -f kalend/node_modules/reactlink kalend in your project
npm link kalendafter each update you need to rebuild kalend from root with
npm run build