One monorepo, twelve apps, shared design system, single deploy pipeline. Here is how to maintain it and build on it.
Make sure you have invites to the ambientintel GitHub org (platform repo at minimum) and the bribradley-7607s-projects Vercel team. Ask Brian if anything is missing.
Install Node 24 via nvm. Enable pnpm via corepack (no global install needed). Optional: gh CLI, Vercel CLI.
git clone git@github.com:ambientintel/platform.git, cd into it, pnpm install. One command for all 12 apps.
pnpm dev --filter=@ambientintel/ahg-www opens the homepage on localhost:3000. Swap the filter for any other app.
docs/architecture.md, docs/conventions.md, docs/deploy.md, ADR-0001 through ADR-0003. About thirty minutes.
Adding to packages requires ADR-0003 review. Bar: two apps need the code identically.