This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/b8d623f3-e1f1-4ca9-aa3b-c3055c854aa8
Prerequisites: Node.js
- Install dependencies:
npm install - Set the environment variables in
.env.local(copy from.env.example):VITE_FIREBASE_*variables for Firebase connection.VITE_ADMIN_EMAILfor the authorized admin Google account.
- Run the app:
npm run dev
- Create a Firebase project at console.firebase.google.com.
- Enable Firestore Database.
- Enable Authentication and activate the Google sign-in provider.
- Create a collection named
menu_itemsin Firestore. - Copy your web app configuration to
.env.local.
