An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


GHBanner

# 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`