لعبة Fish Empire — مشروع ويب/هجين مبني بـ React + Vite + Capacitor.
- شفرة المصدر لواجهة الويب في الجذر (
index.html,src/ ملفات TSX). - إعداد Android في مجلد
android/عبر Capacitor.
تأكد من تثبيت Node (14+) وnpm أو pnpm، ثم:
Set-Location 'C:\Users\Yazan\Desktop\Fish Empire'
npm install
npm run devnpm run buildللنشر عبر GitHub Pages، يوجد سير عمل CI في .github/workflows/pages.yml يقوم ببناء المشروع ثم ينشر مجلد dist/ إلى gh-pages.
- Repository: https://github.com/HasanRamdann/Fish-Empire
هذا الريبو سيحصل الآن على إصدار v1.0.0 (Initial release).
إذا أردت أي نصوص أو صور أو وصف إضافي في الـ README، أخبرني لأعدله.
This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/drive/1RMCUfS1mRgWQcGWR_I8s3_ghgoJysxNV
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
- Site: https://HasanRamdann.github.io/altahdith/
- APK (debug): https://github.com/HasanRamdann/altahdith/releases/latest/download/app-debug.apk
If you want a signed release APK for Play Store, tell me and I will generate/sign and upload it.