version : 10 Shahrivar 1405
- TypeScript 89.9%
- JavaScript 9.8%
- CSS 0.2%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .github/workflows | ||
| docs | ||
| public | ||
| src | ||
| workflows | ||
| .env.example | ||
| .gitignore | ||
| admin_products_backup.txt | ||
| AGENTS.md | ||
| bun.lock | ||
| env.txt | ||
| generate_helper.cjs | ||
| index.html | ||
| metadata.json | ||
| optimize.cjs | ||
| optimize.js | ||
| package-lock.json | ||
| package.json | ||
| patch.cjs | ||
| patch2.cjs | ||
| patch3.cjs | ||
| patch4.cjs | ||
| README.md | ||
| server.ts | ||
| tsconfig.json | ||
| update.patch | ||
| update_articles.cjs | ||
| vite.config.ts | ||
Run and deploy
This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/a6bc9cc7-fb14-4ab0-b533-0bc7845e2992
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