Deployment

When new commits are ready on master, run yarn deploy to push those changes to master, then build the app and push to the gh-pages branch, which deploys the React app to GitHub pages.

Dev server

Run yarn start to start a local dev server.