- Download NVM and run command with below script to use right node version for this project
bash ./nvm-setup.sh
- Run
yarn install
to download packages
yarn install
- Run
yarn start
to run project
yarn start
- Conventional commits
- Eslint: Javascript check
bash ./nvm-setup.sh
yarn install
to download packagesyarn install
yarn start
to run projectyarn start