https://github.com/dielpas/juaravibecoding
<>
https://github.com/dielpas/juaravibecoding
gemini google-cloud juaravibecoding nextjs react
Last synced: 20 days ago
JSON representation
<>
- Host: GitHub
- URL: https://github.com/dielpas/juaravibecoding
- Owner: dielpas
- License: apache-2.0
- Created: 2026-05-09T19:04:23.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-14T16:25:39.000Z (about 1 month ago)
- Last Synced: 2026-05-14T18:35:13.383Z (about 1 month ago)
- Topics: gemini, google-cloud, juaravibecoding, nextjs, react
- Language: TypeScript
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Run and deploy your AI Studio app
This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/bfd21240-2e33-48d5-90a4-a5bbb2182b30
## 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`