Skip to main content

Contributing

Guidelines:

  • Use meaningful branch names and conventional commits where possible.
  • Keep changes small and focused; update docs alongside code.
  • Run pnpm build or relevant app builds before pushing to verify no type/lint regressions.

Docs site:

  • Location: apps/docs
  • Dev: pnpm --filter docs start
  • Build: pnpm --filter docs build