hezhijie 62d28533e4 feat: 更新 il y a 3 semaines
..
src 62d28533e4 feat: 更新 il y a 3 semaines
.env.example 8c621a4353 first commit il y a 1 mois
.gitignore 8c621a4353 first commit il y a 1 mois
README.md 8c621a4353 first commit il y a 1 mois
index.html df15328bf5 feat: 更新 il y a 3 semaines
metadata.json 8c621a4353 first commit il y a 1 mois
package.json 8c621a4353 first commit il y a 1 mois
postcss.config.cjs 8c621a4353 first commit il y a 1 mois
tailwind.config.cjs 8c621a4353 first commit il y a 1 mois
tsconfig.json 8c621a4353 first commit il y a 1 mois
vite.config.ts df15328bf5 feat: 更新 il y a 3 semaines

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/61066f10-c637-416e-bb08-c4dee5e26594

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