Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 661 Bytes

File metadata and controls

18 lines (12 loc) · 661 Bytes

readmeyouwillregretitifyoudonotreadmeyouwillalsoregretit

Jomleha

Developed with Next.js and deployed on Vercel. Uses Firebase Firestore as its backing database. That's all for now.

Run Locally

  1. Download your firebase cert file into project's root directory, and name it firebasekey.json.
  2. Create a .env.local file and define a FIREBASE_URL environment variable pointing to your firestore database url.
  3. Run:
npm install
npm run dev

This will run the app locally at http://localhost:3000.