Submission for Supabase Launch Week X Hackathon.
- Clone the repo
- Install dependencies
- Make sure docker is running and start supabase locally
npm run supabase:start- Apply migration
npm run supabase:migration:up- Change directory to
/next-pwaand install dependencies
cd next-pwa
npm i- Set up
.envby copying.env.exampleand modifying accordingly
cp .env.example .env- Start frontend
npm run dev