钱新宇 5c8d48fb2a update 3 weeks ago
..
geo a480982c00 更新文案 3 weeks ago
public 5c8d48fb2a update 3 weeks ago
src a480982c00 更新文案 3 weeks ago
.env.example 8c621a4353 first commit 4 months ago
.gitignore 8c621a4353 first commit 4 months ago
DEPLOY.md 5c8d48fb2a update 3 weeks ago
README.md 8c621a4353 first commit 4 months ago
index.html 5b434231d3 GEO 优化 3 weeks ago
metadata.json 8c621a4353 first commit 4 months ago
package.json 8c621a4353 first commit 4 months ago
postcss.config.cjs 8c621a4353 first commit 4 months ago
tailwind.config.cjs 8c621a4353 first commit 4 months ago
tsconfig.json 8c621a4353 first commit 4 months ago
vite.config.ts df15328bf5 feat: 更新 4 months ago

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