Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 749 Bytes

File metadata and controls

29 lines (20 loc) · 749 Bytes

Contributing rules

Please follow the Contributing Guidelines.

Development

To set up your development environment, follow these steps:

yarn install
yarn dev

This will start the developement server, watching for changes and restarting as needed.

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.