Files

21 lines
542 B
Markdown
Raw Permalink Normal View History

2026-04-28 20:32:11 +02:00
<div align="center">
<img width="1200" height="475" alt="GHBanner" src="https://ai.google.dev/static/site-assets/images/share-ais-513315318.png" />
</div>
2026-04-28 20:32:11 +02:00
# Run and deploy your AI Studio app
2026-04-28 20:32:11 +02:00
This contains everything you need to run your app locally.
2026-04-28 20:32:11 +02:00
View your app in AI Studio: https://ai.studio/apps/c922d781-23ec-403c-becd-e12f2237b1b0
2026-04-28 20:32:11 +02:00
## Run Locally
**Prerequisites:** Node.js
1. Install dependencies:
`npm install`
2. Set the `GEMINI_API_KEY` in [.env.local](.env.local) to your Gemini API key
3. Run the app:
`npm run dev`