Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,14 @@ ENABLE_RERANKING=False

## Development

### Setup
### First-Time Setup

👉 **New to the project?** See [SETUP.md](./SETUP.md) for a complete step-by-step guide, including:
- Prerequisites (Docker, Node.js, Git)
- Installation instructions for Mac (Apple Silicon optimized)
- Troubleshooting common issues

### Quick Start
```bash
# Start services
docker-compose up -d
Expand Down Expand Up @@ -185,6 +192,7 @@ See [AGENTS.md](./AGENTS.md) for coding guidelines.

## Documentation

- **[SETUP.md](./SETUP.md)** - 🆕 First-time setup guide (Mac/Apple Silicon)
- **[RESUME.md](./RESUME.md)** - Quick resume guide, commands, status
- **[PROGRESS.md](./PROGRESS.md)** - Recent changes, technical details
- **[AGENTS.md](./AGENTS.md)** - Development guidelines, conventions
Expand Down
Loading