This project uses PNPM for package management. Please make sure you have it installed before proceeding.
- Fork the repo and create your branch from
main
. - Run
pnpm install
in the repository root. - Run
pnpm dev
to start the development server. - Make your changes!
This project uses ESLint and TypeScript for linting and type checking, respectively. Please make sure your code passes both before submitting a PR.
pnpm run lint
pnpm run test
This project follows the Conventional Commits specification. Please make sure your commit messages are formatted correctly.
Please mention the issue number in the commit message or the PR description.