Category · #build
Builds
Step-by-step build logs and walkthroughs. The exact commits, the wrong turns, the final shape.
6 entries · sorted by last updated
-
Config Files Explained
```yaml
-
Checkpoint A
Verify your environment:
-
Checkpoint B
Create `tsconfig.base.json` at the repo root. This is the single source of truth for TypeScript settings shared across every package.
-
Checkpoint C
```bash
-
Checkpoint D
Create `.env.example` at the repo root. This file is safe to commit — it contains no real values, only variable names and documentation.
-
Phase 1 Walkthrough
This guide walks through reproducing Phase 1 step by step. It assumes you have completed Phase 0: the monorepo is set up with Turborepo, pnpm workspaces, TypeScript, ESLint, Prettier, and `apps/web…