This codebase leverages the powerful combination of Next.js and Node.js, seamlessly integrated through TurboRepo. Which, in turn, encapsulates the robust capabilities of Biome and TypeScript tooling, providing a streamlined and efficient development environment.
This Turborepo includes the following:
biome
:biome
configurations for format and lint all appstypescript
:tsconfig.json
s used throughout the monorepo
Each package/app is 100% TypeScript.
To install all apps and packages, run the following command:
pnpm install
To develop all apps and packages, run the following command:
pnpm dev