Made by Inesh Dey, Ishaan Kothari, Anirudh Narasimhan, Sathkrith Segu, Yohaan Ardeni, and Rishabh Menasinakayi
(optional) populate a .env file at root (necessary for Stripe and login)
STRIPE_SECRET_KEY=
NEXT_PUBLIC_FIREBASE_API_KEY=
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=
NEXT_PUBLIC_FIREBASE_PROJECT_ID=
NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET=
NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID=
NEXT_PUBLIC_FIREBASE_APP_ID=
To run, ensure you have Node and npm on their latest versions, and run the following:
npm i
npm run dev
enjoy!