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