Skip to content

Latest commit

 

History

History
51 lines (43 loc) · 664 Bytes

CONTRIBUTING.md

File metadata and controls

51 lines (43 loc) · 664 Bytes

Contributing

Dev Setup

  1. Clone this repository
  2. Install JS dependencies
yarn
  1. Download CCC static assets
yarn build:static-assets

Run dev locally

yarn start

Deploy

yarn deploy

This step does the following tasks

  • Download latest CCC static assets
  • Creates production build
  • Pushes build to associated github pages site

Run tests

yarn test

Run lint

yarn lint

Build production build locally

yarn build

Analyze production build bundle

yarn build && yarn analyze

Creating a new release

git tag v<VERSION_NUMBER>