Egypt Energy Map is an interactive web platform that visualizes Egypt's energy sector. It features a map of projects (color-coded by type), a Dashboard for statistical analytics, and an AI-powered Simulator (Gemini) to model virtual renewable projects and estimate their environmental impact.
# Run and deploy your AI Studio app
This contains everything you need to run your app locally.
View your app in AI Studio:
ai.studio
## Run Locally
**Prerequisites:** Node.js
1. Install dependencies:
`npm install`
2. Set the `GEMINI_API_KEY` in .env.local to your Gemini API key
3. Run the app:
`npm run dev`