Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 638 Bytes

File metadata and controls

34 lines (24 loc) · 638 Bytes

Prerequisites

  • Bun installed
  • Docker (for Redis)

Setup

# Install dependencies
bun install

# Start development server & redis
make dev

Open http://localhost:3000

Redis Configuration

Defaults to redis://localhost:6379. To override, set REDIS_URL in apps/web/.env.local:

REDIS_URL=redis://localhost:6379

Common Commands

make dev           # Start Redis and dev server
make redis/up      # Start Redis
make redis/down    # Stop Redis
make redis/status  # Check Redis status
make clean/next    # Clear Next.js cache