RonitP1 commited on
Commit
a5c13c6
·
verified ·
1 Parent(s): f1508b3

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -20
README.md DELETED
@@ -1,20 +0,0 @@
1
- <div align="center">
2
- <img width="1200" height="475" alt="GHBanner" src="https://ai.google.dev/static/site-assets/images/share-ais-513315318.png" />
3
- </div>
4
-
5
- # Run and deploy your AI Studio app
6
-
7
- This contains everything you need to run your app locally.
8
-
9
- View your app in AI Studio: https://ai.studio/apps/bba69d62-d86d-441c-bcb6-da3a689f8808
10
-
11
- ## Run Locally
12
-
13
- **Prerequisites:** Node.js
14
-
15
-
16
- 1. Install dependencies:
17
- `npm install`
18
- 2. Set the `GEMINI_API_KEY` in [.env.local](.env.local) to your Gemini API key
19
- 3. Run the app:
20
- `npm run dev`