- Install
nvmhttps://github.com/nvm-sh/nvm#installing-and-updating - Install node 14:
nvm install 14 - Install node packages:
npm install - Run
npm run dev
- Local
masterbranch should include all necessary updates- Development branches should be based on
masterbranch. PRs are merged tomaster;
- Development branches should be based on
- Before publish make sure you are using
latestversion ofnode - Run
npm run lib:publish(make sure themasterbranch is selected before running the script)