This project is powered by sku, braid and built with React.
Install dependencies:
$ npm install
Start a local development server:
$ npm start
Run unit tests:
$ npm test
Lint and format code:
$ npm run lint
$ npm run format
Build assets for production:
$ npm run build