Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 290 Bytes

DEVELOPMENT.md

File metadata and controls

14 lines (9 loc) · 290 Bytes

Developing

  1. yarn install to install dependencies
  2. yarn start to run a development server

Deploying

Update the version number in package.json, then run

yarn deploy

This will build the app into the build folder, and then update the gh-pages branch from that.