This project is powered by sku, braid and built with React.
First of all, make sure you've installed yarn.
Then, install dependencies:
$ yarn install
Start a local development server:
$ yarn run start
Run unit tests:
$ yarn run test
Lint and format code:
$ yarn run lint
$ yarn run format
Build assets for production:
$ yarn run build