To contribute to the project, please follow these steps:
- Coordinate with Maintainers: Reach out to the maintainers to obtain secret keys and coordinate your work.
- Access the Trello Board: Track tasks and updates on our Trello board.
- Clone the Repository: Clone the app from GitHub to get started with development.
yarn test
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
To format the code in the src
folder:
yarn prettier ./src -w
To format the entire codebase:
yarn prettier . -w
To update dependencies to the latest version within the specified range in package.json
, run:
yarn upgrade
This will not upgrade to new major versions (e.g., 4.x.x to 5.x.x). For major upgrades, manually update the version constraints in package.json
.
For deployment instructions, please refer to the deployment documentation.