Contributing
Routa is open source under the MIT License.
Start Here
Section titled “Start Here”- Read the repository README.
- Review the v0 requirements and acceptance specs.
- Use the existing package and example structure before adding new patterns.
- Keep behavior aligned with specs or update the specs intentionally.
Local Development
Section titled “Local Development”pnpm installpnpm checkpnpm typecheckpnpm buildpnpm testpnpm check runs Biome formatting and lint checks. pnpm typecheck, pnpm build, and pnpm test run through Turborepo.