version : 10 Shahrivar 1405
  • TypeScript 89.9%
  • JavaScript 9.8%
  • CSS 0.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-01 09:38:17 +03:30
.github/workflows Create test_ssh.yml 2026-09-01 09:38:17 +03:30
docs 1 2026-08-31 11:38:04 +03:30
public 1 2026-08-31 11:38:04 +03:30
src 1 2026-08-31 11:38:04 +03:30
workflows edit yaml 2026-08-31 14:09:19 +03:30
.env.example 1 2026-08-31 11:38:04 +03:30
.gitignore 1 2026-08-31 11:38:04 +03:30
admin_products_backup.txt 1 2026-08-31 11:38:04 +03:30
AGENTS.md 1 2026-08-31 11:38:04 +03:30
bun.lock 1 2026-08-31 11:38:04 +03:30
env.txt 1 2026-08-31 11:38:04 +03:30
generate_helper.cjs 1 2026-08-31 11:38:04 +03:30
index.html 1 2026-08-31 11:38:04 +03:30
metadata.json 1 2026-08-31 11:38:04 +03:30
optimize.cjs 1 2026-08-31 11:38:04 +03:30
optimize.js 1 2026-08-31 11:38:04 +03:30
package-lock.json 1 2026-08-31 11:38:04 +03:30
package.json 1 2026-08-31 11:38:04 +03:30
patch.cjs 1 2026-08-31 11:38:04 +03:30
patch2.cjs 1 2026-08-31 11:38:04 +03:30
patch3.cjs 1 2026-08-31 11:38:04 +03:30
patch4.cjs 1 2026-08-31 11:38:04 +03:30
README.md Update README.md 2026-08-31 14:03:50 +03:30
server.ts 1 2026-08-31 11:38:04 +03:30
tsconfig.json 1 2026-08-31 11:38:04 +03:30
update.patch 1 2026-08-31 11:38:04 +03:30
update_articles.cjs 1 2026-08-31 11:38:04 +03:30
vite.config.ts 1 2026-08-31 11:38:04 +03:30

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

  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