https://github.com/developer180527/gameboy
A progressive web app which is a gameboy emulator
https://github.com/developer180527/gameboy
Last synced: 23 days ago
JSON representation
A progressive web app which is a gameboy emulator
- Host: GitHub
- URL: https://github.com/developer180527/gameboy
- Owner: developer180527
- Created: 2026-06-02T00:19:11.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-06-02T00:19:27.000Z (about 1 month ago)
- Last Synced: 2026-06-02T02:16:08.043Z (about 1 month ago)
- Language: TypeScript
- Size: 11.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/c016488f-b0cc-4008-8a21-5e9c5b77d16f
## 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`