Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 726 Bytes

File metadata and controls

28 lines (19 loc) · 726 Bytes

Contributing rules

Please follow the Contributing Guidelines.

Development

To set up your development environment, run:

yarn install
yarn dev

dev will watch for changes and recompile the code automatically with nodemon.

Formatting

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.