Skip to main content

Get started

Prerequisites

  • Node.js >= 22
  • pnpm >= 10.4.1
  • Docker and Docker Compose (for local development)

Installation

1

Clone the repository

2

Install dependencies

3

Set up environment variables

4

Start local services (PostgreSQL and Redis)

5

Run database migrations

6

Start the development servers

This will start:
  • Web app at http://localhost:3000
  • API server at http://localhost:3333