This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/drive/15wbry6filOXmKoFFrdxPXxtfIfFRYZIo
Prerequisites: Node.js
- Install dependencies:
npm install
- Set up your API Key:
Create a new file named
.env.localin the root of your project directory. Inside this file, add your Gemini API key like this:ReplaceGEMINI_API_KEY=YOUR_API_KEY_HEREYOUR_API_KEY_HEREwith your actual key. The application is configured to use this variable to make API calls. - Run the app:
This will start the local development server, and you can view your app in the browser.
npm run dev