Quickstart
All the steps to start the dashboard and marketing applications.
First install dependencies.
pnpm i
Supabase setup
pnpm supabase:start
Dashboard setup
Copy paste apps/dashboard/.env.test into apps/dashboard/.env.local to initialize env variables.
From apps/dashboard:
pnpm dev
Now the dashboard app is startable.
Marketing setup
Copy paste apps/marketing/.env.test into apps/marketing/.env.local to initialize env variables.
From apps/marketing:
pnpm dev
Now the marketing app is startable.
The apps are startable, but you gonna have to set the environement variables to active all the features or to delete the piece of code that you aren't interested in.
How is this guide?
Last updated on 1/15/2026