First install dependencies.
Supabase setup
The following command will either start the supabase docker container present on your machine or create a new one.
Start Dashboard
The mobile app requires the api of the dashboard app to run to work.
Go to dashboard quickstart for more information.
cd apps/dashboard
npm run devMobile setup
Copy paste apps/mobile/.env.test into apps/mobile/.env.local to initialize env variables.
From apps/marketing:
How is this guide?
Last updated on 1/18/2026