This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/drive/1749ZvxINe0XR3AeZ5-wxvK_2EUrNAUZQ
Prerequisites: Node.js
npm installGEMINI_API_KEY in .env.local to your Gemini API keynpm run devThis project is configured for deployment to Firebase Hosting.
Prerequisites:
firebase-tools (Install via npm install -g firebase-tools)Steps:
Login to Firebase:
npx firebase login
Build the Project:
Generate the production build in the dist directory.
npm run build
Deploy: Upload the build artifacts to Firebase.
npx firebase deploy
Verify:
The terminal will output your unique Hosting URL (e.g., https://architecture-xxxx.web.app).
Configuration: