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