-
Install pnpm
-
Run the following commands to set up the development environment.
pnpm install
Some automated checks run on GitHub Actions when a pull request is created. You can run those checks locally to ensure that your changes will not break the CI build.
pnpm lint
pnpm test