This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/drive/1LrqiPl18VDOenDBsaarRV51oZS7lXOA2
Since this is a standard React project structure using ES modules, you can run it using a modern frontend toolchain.
-
Install Dependencies: Make sure you have node installed.
npm install react react-dom lucide-react @google/genai tailwindcss # You might need a build tool like Vite npm install -D vite @vitejs/plugin-react -
Start the Development Server:
npx vite
Then open the local URL provided (usually http://localhost:5173).
-
API Key: The AI features require a Gemini API key. Ensure process.env.API_KEY is available or set it in your .env file for the build tool to pick up.
