- Clone this repository
- Install JS dependencies
yarn
- Download CCC static assets
yarn build:static-assets
yarn start
yarn deploy
This step does the following tasks
- Download latest CCC static assets
- Creates production build
- Pushes build to associated github pages site
yarn test
yarn lint
yarn build
yarn build && yarn analyze
git tag v<VERSION_NUMBER>