How to contribute
This repository is a monorepo managed by pnpm (opens in a new tab). To contribute, you need to install pnpm first.
npm install -g pnpm
Then, fork this repository and clone it to your local machine.
Run the following command from the repository root to install all dependencies.
pnpm install
Before making a pull request
Before making a pull request, please raise a GitHub issue or discussion first, just to make sure that your contribution is aligned with the project.