Get Started
Next

Quickstart

All the steps to start the mobile application.

First install dependencies.

pnpm i

Supabase setup

The following command will either start the supabase docker container present on your machine or create a new one.

pnpm supabase:start

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 dev

Mobile setup

Copy paste apps/mobile/.env.test into apps/mobile/.env.local to initialize env variables.

From apps/marketing:

pnpm dev
# then i or a to open on iOS or android

How is this guide?

Last updated on 1/18/2026