Deploying

Deploy

Or, from the command line:

$ heroku create
$ git push heroku master
$ heroku open

Developing locally

$ yarn
$ yarn dev

Testing

$ yarn test