Developed with Next.js and deployed on Vercel. Uses Firebase Firestore as its backing database. That's all for now.
- Download your firebase cert file into project's root directory, and name it
firebasekey.json. - Create a
.env.localfile and define aFIREBASE_URLenvironment variable pointing to your firestore database url. - Run:
npm install
npm run devThis will run the app locally at http://localhost:3000.
