Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 436 Bytes

File metadata and controls

20 lines (13 loc) · 436 Bytes

Contributing

Thank you for your interest in contributing.

Development Setup

  1. Clone the repo
  2. Run pnpm install
  3. Run pnpm dev to start development

Pull Requests

  • Branch from main
  • Write tests for new functionality
  • Run pnpm lint && pnpm typecheck && pnpm test before submitting
  • Keep PRs focused — one feature or fix per PR

Code Style

This project uses ESLint and Prettier. Run pnpm lint to check.