A Turborepo workspace following the LVBT repository standard. It was created with:
npx create-turbo@latest --example https://github.com/LasVegasForTransit/repository-tooling/tree/main/examples/basicpnpm bootstrap # install, wire git hooks, run preflight
pnpm check # the same check CI runsThen rename the root package and packages/example, and replace the scopes in
.lvbt/commit-scopes.txt with this repository's boundaries.
apps/for deployable applications and servicespackages/for libraries and tools;packages/exampleshows the shape of one
Lint, format, TypeScript, and test settings extend the @lasvegasfortransit/* packages from
LasVegasForTransit/repository-tooling.