Go to file
knuthtimo-lab 1a85f0eb2d feat: Initialize project with Vite and React
Sets up the project structure with Vite, React, and essential libraries like GSAP and Framer Motion. Configures Tailwind CSS for styling, including dark mode and custom color schemes. Includes basic component structure for the application, laying the groundwork for UI development.
2026-01-15 18:27:22 +01:00
components feat: Initialize project with Vite and React 2026-01-15 18:27:22 +01:00
.gitignore feat: Initialize project with Vite and React 2026-01-15 18:27:22 +01:00
App.tsx feat: Initialize project with Vite and React 2026-01-15 18:27:22 +01:00
README.md feat: Initialize project with Vite and React 2026-01-15 18:27:22 +01:00
index.html feat: Initialize project with Vite and React 2026-01-15 18:27:22 +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.json feat: Initialize project with Vite and React 2026-01-15 18:27:22 +01:00
tsconfig.json feat: Initialize project with Vite and React 2026-01-15 18:27:22 +01:00
vite.config.ts feat: Initialize project with Vite and React 2026-01-15 18:27:22 +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