Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 383 Bytes

File metadata and controls

17 lines (16 loc) · 383 Bytes

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