Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

Packages

Contributors