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.local
file and define aFIREBASE_URL
environment variable pointing to your firestore database url. - Run:
npm install
npm run dev
This will run the app locally at http://localhost:3000
.