Overview
Our standard stack includes Next.js App Router, Turborepo, Prisma, and tRPC.
Key Commands
npm run dev: Starts all apps and packages in dev mode.npm run build: Builds the entire monorepo using Turborepo caching.npm run db:push: Syncs Prisma schema with the database.
Package Structure
apps/main-site: Public marketing siteapps/client-portal: Authenticated client areapackages/ui: Shared React componentspackages/db: Prisma schema and client