Skip to main content
Get Uno running on your machine with the monorepo’s standard toolchain.

Prerequisites

Before you begin, make sure you have:
  • Node.js 24+ (see .nvmrc)
  • pnpm 11.1.2 (via Corepack)
  • Docker (for the local Supabase project)

Install and start

1

Install dependencies

From the repository root:
2

Start the database

This starts the local Supabase project, applies migrations, and syncs environment files.
3

Run the apps

This starts the backend, web app, admin web, and Inngest dev server.
4

Create your account

Open http://127.0.0.1:5173/login, create an account, and sign in. See Create an account for the full flow.
5

Preview these docs

Open http://localhost:3000 to preview the Mintlify site locally.

Local addresses

Daytona credentials are optional for basic local database and web workflows. See the repository README for sandbox and seed-snapshot setup.