https://github.com/menteora/edit-view-form
edit-view-form
https://github.com/menteora/edit-view-form
Last synced: 5 months ago
JSON representation
edit-view-form
- Host: GitHub
- URL: https://github.com/menteora/edit-view-form
- Owner: menteora
- Created: 2025-12-10T16:22:59.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-12-10T16:23:15.000Z (6 months ago)
- Last Synced: 2025-12-11T01:49:43.913Z (6 months ago)
- Language: TypeScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.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/drive/1oUU8rfxJZ61Z-Qk6ZziDkR9rSbNqxvOw
## 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`