First install dependencies.
Supabase setup
The following command will either start the supabase docker container present on your machine or create a new one.
Dashboard setup
Copy paste apps/dashboard/.env.test into apps/dashboard/.env.local to initialize env variables.
From apps/dashboard:
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:
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/18/2026