Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 265 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 265 Bytes

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.