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

https://github.com/renan-dias/flutterfactory

Exploração criativa com IA para geração e explicação de projetos Flutter, voltada para alunos do Técnico em Desenvolvimento de Sistemas.
https://github.com/renan-dias/flutterfactory

chatbot flutter gemini-api vibecoding

Last synced: 6 days ago
JSON representation

Exploração criativa com IA para geração e explicação de projetos Flutter, voltada para alunos do Técnico em Desenvolvimento de Sistemas.

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/drive/1hnf0G_YF7s8IeDUcL1PFt1IE6uZvra7R

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