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

  1. Config Files Explained

    2026.05.22 v1.0.0

    ```yaml

  2. Checkpoint A

    2026.05.22 v1.0.0

    Verify your environment:

  3. Checkpoint B

    2026.05.22 v1.0.0

    Create `tsconfig.base.json` at the repo root. This is the single source of truth for TypeScript settings shared across every package.

  4. Checkpoint C

    2026.05.22 v1.0.0

    ```bash

  5. Checkpoint D

    2026.05.22 v1.0.0

    Create `.env.example` at the repo root. This file is safe to commit — it contains no real values, only variable names and documentation.

  6. Phase 1 Walkthrough

    2026.05.22 v1.0.0

    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…