Requirements

Local development

To install dependencies

yarn bootstrap

To run app locally

yarn dev

To run tests

yarn test

To run tests with file watching

yarn watch