- Node ( v 12 is recommended)
- Fork repo
- Clone your fork to your local environment
- run
cd HNGi8_BE
in the terminal - run
git remote add upstream https://github.com/hngi/HNGi8_BE.git
- run
yarn install
in the terminal - run
yarn dev
in the terminal - Before you push any code, always run
git pull upstream develop
- run
yarn lint:fix
to fix all auto-fixable problems