This is an application to allow Harvard College students to share rides with each other. It is built with Next.js and Supabase.
- Clone the repository:
git clone https://github.com/jacksonmoody/crimson-carshare.git- Install dependencies:
cd crimson-carshare
npm install- Set up Supabase:
- Create a Supabase project and obtain the Supabase URL and Anonymous Key.
- Create a
.envfile and set theNEXT_PUBLIC_SUPABASE_URLandNEXT_PUBLIC_SUPABASE_ANON_KEYto the credentials from Supabase.
- Start the development server:
npm run dev- Open your browser and visit
http://localhost:3000to see the app.