mirror of
https://gitlab.lewandowscy.pro/maciej/three.js_scene.git
synced 2026-07-17 13:32:33 +00:00
No description
- TypeScript 99.5%
- HTML 0.4%
- CSS 0.1%
| src | ||
| .env.example | ||
| .gitignore | ||
| index.html | ||
| metadata.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| vite.config.ts | ||
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/4f6ef440-49d2-4f6b-8f66-35a4e0d6c238
Run 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