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