Skip to content

Contributing

Routa is open source under the MIT License.

  • 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.
Terminal window
pnpm install
pnpm check
pnpm typecheck
pnpm build
pnpm test

pnpm check runs Biome formatting and lint checks. pnpm typecheck, pnpm build, and pnpm test run through Turborepo.