https://github.com/developer180527/notes_app_pwa
https://github.com/developer180527/notes_app_pwa
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/developer180527/notes_app_pwa
- Owner: developer180527
- Created: 2026-02-09T09:26:51.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-02-09T09:57:43.000Z (5 months ago)
- Last Synced: 2026-02-09T14:50:49.079Z (5 months ago)
- Language: TypeScript
- Size: 17.6 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/1lygWBt1aX0hjycfp0DyhXGb5knb9xdW0
## 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`