- To install dependencies run
yarn install - Run
yarn developand leave the server running. The server will update on any local changes.
To test - yarn test:lint && yarn test:format
To fix errors - yarn format:fix && yarn lint:fix
yarn test
- Requires
pre-commit-brew install pre-commit - Set up hooks by running
pre-commit install