Please follow the Contributing Guidelines.
To set up your development environment, run:
yarn install
yarn devdev will watch for changes and recompile the code automatically with nodemon.
Prettier is enforced in CI for changed files, including package.json.
Since yarn add/yarn remove may rewrite package.json with 2-space
indentation, run formatting before pushing dependency changes:
yarn run prettier --write .When reviewing PRs with indentation-only changes, enable Hide whitespace in the GitHub file diff view to make functional changes easier to spot.