This is a 4 panel comic generator app powered by AI. Code is scaffolded with Gemini Apps.
This contains everything you need to run your app locally.
Prerequisites: Node.js
- Install dependencies:
npm install - Set the
GEMINI_API_KEYin .env.local to your Gemini API key - Run the app:
npm run dev