https://github.com/menteora/next-task
Un nuovo modo di concepire i task
https://github.com/menteora/next-task
Last synced: 9 months ago
JSON representation
Un nuovo modo di concepire i task
- Host: GitHub
- URL: https://github.com/menteora/next-task
- Owner: menteora
- Created: 2025-08-28T12:20:47.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-07T15:52:20.000Z (10 months ago)
- Last Synced: 2025-09-07T16:30:56.263Z (10 months ago)
- Language: TypeScript
- Size: 2.88 MB
- 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/1xW7Cs0w85bHYSFwAg3KjtJ5TqHHXlufa
## 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`