Please follow the Contributing Guidelines.
To set up your development environment, follow these steps:
yarn install
yarn devThis will start the developement server, watching for changes and restarting as needed.
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.