Skip to content

Getting Started

1. Install Workspace Dependencies

pnpm install

2. Sync the Backend Environment

cd apps/api
uv sync

# Optional: activate the environment for direct backend commands
# Windows
.\.venv\Scripts\activate
# Linux/macOS
# source .venv/bin/activate

cd ../..

3. Run the Monorepo

pnpm dev

This starts the Next.js app and the FastAPI service using the repository's configured monorepo workflow.