Skip to content

Files

Latest commit

Mar 29, 2024
48cc780 · Mar 29, 2024

History

History
18 lines (13 loc) · 218 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 218 Bytes

Running the demo

  1. Setup firebase environment variables

  2. Start Next.js (frontend)

npm install
npm run dev
  1. Start Firebase Functions (backend)
cd functions
npm install
npm run serve