No description
  • TypeScript 97.1%
  • HTML 2.2%
  • CSS 0.5%
  • JavaScript 0.2%
Find a file
2026-01-21 01:06:30 +01:00
frontend Init 2026-01-21 01:06:30 +01:00
README.md Init 2026-01-21 01:06:30 +01:00
zoo-curioso.code-workspace Init 2026-01-21 01:06:30 +01:00

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/1faTli_uhpsJgkJ6Nty4Y4y1Ua3QsqUNe

Run Locally

Prerequisites: Node.js

  1. Install dependencies: npm install
  2. Set the GEMINI_API_KEY in .env.local to your Gemini API key
  3. La generazione delle immagini e delle curiosità viene gestita tramite Google Gemini API.
    • Testo: gemini-1.5-flash (Optimized for speed/stability)
    • Immagini: gemini-2.5-flash-image-preview
  4. Run the app: npm run dev