@@ -91,7 +91,7 @@ We welcome contributions! This section covers everything you need to get the pro
9191- [ Docker] ( https://docs.docker.com/get-docker/ ) engine installed and running
9292- [ Flox] ( https://flox.dev/docs/install-flox/install/ ) installed (manages Node.js, pnpm, Go, and other tooling)
9393- [ pnpm] ( https://pnpm.io/installation ) (if not using Flox)
94- - [ Go 1.22 +] ( https://go.dev/dl/ ) (only needed if working on ` workspace-engine ` or ` relay ` )
94+ - [ Go 65 +] ( https://go.dev/dl/ ) (only needed if working on ` workspace-engine ` or ` relay ` )
9595
9696### First-Time Setup
9797
@@ -116,6 +116,7 @@ pnpm dev
116116```
117117
118118> ** Reset everything** (wipe volumes and start fresh):
119+ >
119120> ``` bash
120121> docker compose -f docker-compose.dev.yaml down -v
121122> docker compose -f docker-compose.dev.yaml up -d
@@ -125,16 +126,16 @@ pnpm dev
125126
126127# ## Day-to-Day Development
127128
128- | Command | Description |
129- | ---| ---|
130- | ` pnpm dev` | Start all dev servers |
131- | ` pnpm build` | Build all packages |
132- | ` pnpm test` | Run all TypeScript tests |
133- | ` pnpm lint` | Lint all TypeScript code |
134- | ` pnpm format:fix` | Auto-format all TypeScript code |
135- | ` pnpm typecheck` | TypeScript type check across all packages |
136- | ` pnpm -F < package> test` | Run tests for a specific package |
137- | ` pnpm -F < package> test -- -t " test name" ` | Run a specific test by name |
129+ | Command | Description |
130+ | ------------------------------------------ | ----------------------------------------- |
131+ | ` pnpm dev` | Start all dev servers |
132+ | ` pnpm build` | Build all packages |
133+ | ` pnpm test` | Run all TypeScript tests |
134+ | ` pnpm lint` | Lint all TypeScript code |
135+ | ` pnpm format:fix` | Auto-format all TypeScript code |
136+ | ` pnpm typecheck` | TypeScript type check across all packages |
137+ | ` pnpm -F < package> test` | Run tests for a specific package |
138+ | ` pnpm -F < package> test -- -t " test name" ` | Run a specific test by name |
138139
139140# ## Database
140141
0 commit comments