ML_best_practices
How to run
In the root of you project type
yarn install
Once the project dependencies are installed, you can run it with
yarn start
The app will run locally in localhost:3000
How to deploy changes
First make sure to commit and push all of your changes to master. Then just run
yarn run deploy