docs: add make install step before local dev (#955) (#963)

Co-authored-by: Stable Genius <259448942+stablegenius49@users.noreply.github.com>
Co-authored-by: Willem Jiang <willem.jiang@gmail.com>
This commit is contained in:
Stable Genius 2026-03-04 02:29:11 -08:00 committed by GitHub
parent a3c8efb00b
commit 452595255e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -137,18 +137,23 @@ If you prefer running services locally:
make check # Verifies Node.js 22+, pnpm, uv, nginx make check # Verifies Node.js 22+, pnpm, uv, nginx
``` ```
2. **(Optional) Pre-pull sandbox image**: 2. **Install dependencies**:
```bash
make install # Install backend + frontend dependencies
```
3. **(Optional) Pre-pull sandbox image**:
```bash ```bash
# Recommended if using Docker/Container-based sandbox # Recommended if using Docker/Container-based sandbox
make setup-sandbox make setup-sandbox
``` ```
3. **Start services**: 4. **Start services**:
```bash ```bash
make dev make dev
``` ```
4. **Access**: http://localhost:2026 5. **Access**: http://localhost:2026
### Advanced ### Advanced
#### Sandbox Mode #### Sandbox Mode