Skip to main content
For local development, you run the app code directly with pnpm. Redis is the only service that runs in Docker.

Prerequisites

Step 1: Clone and install

Step 2: Configure environment

Fill in .env:

Step 3: Run the database schema

Required on first setup. Open your Supabase project → SQL Editor → paste and run supabase/schema.sql.

Step 4: Start Redis

This starts only Redis on localhost:6379.

Step 5: Start the app

Starts all services in parallel:

Hot reload

All services support hot reload. Edit any file under apps/ and the relevant service restarts automatically.

Running individual services

Stopping