|
|
||
|---|---|---|
| .. | ||
| dist | ||
| node_modules | ||
| public | ||
| src | ||
| .DS_Store | ||
| README.md | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.json | ||
| vite.config.ts | ||
README.md
Frontend
当前前端基于 Vite + React。
本地运行
npm install
npm run dev
环境变量
如需使用 Gemini API,请在 frontend/ 目录下配置 .env.local:
GEMINI_API_KEY=your_key_here