Skip to content

Quran Website is a site built with Next.js that offers a comprehensive index for reading surahs, downloading Quran PDF files, and a page for reciters.

License

Notifications You must be signed in to change notification settings

rn0x/quran_website

Repository files navigation

موقع القرآن الكريم

هذا مشروع Next.js تم إنشاؤه باستخدام create-next-app.

البدء

لتشغيل خادم التطوير، استخدم الأمر التالي:

npm run dev
# أو
yarn dev
# أو
pnpm dev
# أو
bun dev

افتح http://localhost:3000 في متصفحك لرؤية النتيجة.

البناء والإصدار

لبناء المشروع للإصدار الإنتاجي، استخدم الأمر التالي:

npm run build
# أو
yarn build
# أو
pnpm build
# أو
bun build

بعد بناء المشروع، يمكنك تشغيله في وضع الإنتاج باستخدام الأمر:

npm start
# أو
yarn start
# أو
pnpm start
# أو
bun start

تعلم المزيد

للتعرف على المزيد حول Next.js، اطلع على المصادر التالية:

يمكنك الاطلاع على مستودع Next.js على GitHub - تعليقاتك ومساهماتك مرحب بها!

النشر على Vercel

أسهل طريقة لنشر تطبيق Next.js الخاص بك هي استخدام منصة Vercel من مطوري Next.js.

راجع توثيق نشر Next.js للحصول على مزيد من التفاصيل.

About

Quran Website is a site built with Next.js that offers a comprehensive index for reading surahs, downloading Quran PDF files, and a page for reciters.

Topics

Resources

License

Stars

Watchers

Forks