- npm install
- npm run start
We have two branches: master and dev
- The
masterbranch always works without any errors - Features are first developed in a separate feature branch
feature/<name of feature>and after completition merged into thedevbranch
We move fast. So no tests for now ;)
The master branch is automatically deployed on netlify.