https://github.com/zonble/itsmylife
itsmylife
https://github.com/zonble/itsmylife
Last synced: about 1 month ago
JSON representation
itsmylife
- Host: GitHub
- URL: https://github.com/zonble/itsmylife
- Owner: zonble
- Created: 2025-11-26T06:31:57.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-11-27T17:25:37.000Z (7 months ago)
- Last Synced: 2025-12-27T07:55:59.518Z (6 months ago)
- Language: TypeScript
- Homepage: https://itsmylife-three.vercel.app
- Size: 2.22 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 is a boring web game. It contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/drive/1r7KNt0304mN5d0aCj84OJIkHM85fsYP4
## 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`