Contributing
Guidelines:
- Use meaningful branch names and conventional commits where possible.
- Keep changes small and focused; update docs alongside code.
- Run
pnpm buildor 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