Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
<div align="center">
|
| 2 |
<img width="1200" height="475" alt="GHBanner" src="https://github.com/user-attachments/assets/0aa67016-6eaf-458a-adb2-6e31a0763ed6" />
|
| 3 |
</div>
|
|
@@ -17,4 +25,4 @@ View your app in AI Studio: https://ai.studio/apps/e637c9a3-5d3d-4b65-a91f-769d1
|
|
| 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`
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
title: werg
|
| 4 |
+
sdk: docker
|
| 5 |
+
emoji: 📚
|
| 6 |
+
colorFrom: yellow
|
| 7 |
+
colorTo: red
|
| 8 |
+
---
|
| 9 |
<div align="center">
|
| 10 |
<img width="1200" height="475" alt="GHBanner" src="https://github.com/user-attachments/assets/0aa67016-6eaf-458a-adb2-6e31a0763ed6" />
|
| 11 |
</div>
|
|
|
|
| 25 |
`npm install`
|
| 26 |
2. Set the `GEMINI_API_KEY` in [.env.local](.env.local) to your Gemini API key
|
| 27 |
3. Run the app:
|
| 28 |
+
`npm run dev`
|