This project is built with pnpm
To install the project dependencies, run the following command:
pnpm install
To start the supabase server, run the following command:
pnpm supabase start
To reset the db, apply migrations, and add seed data, run the following command:
pnpm supabase db reset
To start the server, run the following command:
pnpm run dev