react版官网

chenhg 7b2b3a5636 1.完善侧边栏 1 day ago
src 7b2b3a5636 1.完善侧边栏 1 day ago
App.tsx 7b2b3a5636 1.完善侧边栏 1 day ago
README.md 65135e0773 initialize file 2 days ago
constants.ts 65135e0773 initialize file 2 days ago
index.html 65135e0773 initialize file 2 days ago
index.tsx 65135e0773 initialize file 2 days ago
metadata.json 65135e0773 initialize file 2 days ago
package-lock.json 65135e0773 initialize file 2 days ago
package.json 65135e0773 initialize file 2 days ago
tsconfig.json 65135e0773 initialize file 2 days ago
types.ts 65135e0773 initialize file 2 days ago
vite-env.d.ts 65135e0773 initialize file 2 days ago
vite.config.ts 65135e0773 initialize file 2 days 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/drive/1XWAbVSC2xBYeYi0zaCrmk9V7AHFwgc_V

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