Thank you for your interest in contributing!
-
Fork the repository on GitHub.
-
Clone your fork locally.
-
Install dependencies:
pnpm install
- Start dev server:
pnpm dev - Run tests:
pnpm test - Lint code:
pnpm lint - Format code:
pnpm format
We use Changesets for versioning. If your change affects a published package, please add a changeset:
pnpm changesetFollow the prompts to select packages and bump types (major/minor/patch).
- Ensure all tests pass.
- Ensure linting passes.
- Open a Pull Request against the
mainbranch.