Foodpals is a web app built with NextJS and Supabase, aimed at making food delivery cheaper and more flexible for students.
See our poster and demonstration of the application here:
In the root folder of the repository:
$ npm install
At the root folder of the repository, execute the following command to set environment variables:
$ cp .env.example .env
Start up the local development environment by running:
$ npm run dev
Start up the local development environment with full infrastructure by running:
$ npm run dev:full
The frontend will be served from http://localhost:3000.
This is from a starter template for Learn Next.js.