-
Install npm
-
Install Yarn:
npm install -g yarn
- Install dependencies:
yarn
Start the development server:
yarn start
Run tests:
yarn test
# Generate coverage report
yarn test -- --coverage
Changes should be compiled and committed to the repo.
yarn build