Quick Start
4 stepsFrom zero to a fully running CM platform in under 10 minutes.
Prerequisites
Node.js ≥ 20, pnpm ≥ 10, Docker Desktop. Clone the repo and you're ready to go.
One-command install
Run pnpm local — starts Supabase, applies all migrations, and launches Next.js in a single step.
Access points
:3000/admin for the back-office · :3000/member for the client portal · :54323 for Supabase Studio.
First run: Setup Wizard
On the very first visit the Setup Wizard launches automatically. It creates your admin account and configures every aspect of the platform before anything else.
Tip
pnpm local is the only command you need. It orchestrates Supabase, migrations, and Next.js — all in one step.