Go to file
Timo Knuth a3cd5f30dd Pushing project code 2026-01-16 18:05:03 +01:00
components Pushing project code 2026-01-16 18:05:03 +01:00
public/assets/services Pushing project code 2026-01-16 18:05:03 +01:00
src Pushing project code 2026-01-16 18:05:03 +01:00
.gitignore feat: Initialize project with Vite and React 2026-01-15 18:27:22 +01:00
App.tsx Pushing project code 2026-01-16 18:05:03 +01:00
README.md feat: Initialize project with Vite and React 2026-01-15 18:27:22 +01:00
index.html Pushing project code 2026-01-16 18:05:03 +01:00
index.tsx feat: Initialize project with Vite and React 2026-01-15 18:27:22 +01:00
metadata.json feat: Initialize project with Vite and React 2026-01-15 18:27:22 +01:00
package-lock.json Pushing project code 2026-01-16 18:05:03 +01:00
package.json Pushing project code 2026-01-16 18:05:03 +01:00
tsconfig.json feat: Initialize project with Vite and React 2026-01-15 18:27:22 +01:00
vite.config.ts Pushing project code 2026-01-16 18:05:03 +01:00

README.md

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/19QGHBMfoMD7dqVbMKC_4jTa_Dco6mOuv

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. Run the app: npm run dev