CoolFace
Modelpublic

AbdulElahGwaith/nextjs-boilerplate

sourceHugging Faceupdated 8mo agoView on Hugging Face
0likes
Model Card

🚀 مشروع Next.js / Next.js Project


📝 نبذة عن المشروع / Project Overview

العربية: هذا المشروع مبني باستخدام Next.js وتم إنشاؤه بواسطة أداة `create-next-app`.

English: This project is built using Next.js and was bootstrapped with `create-next-app`.


▶️ البدء في التشغيل / Getting Started

العربية: قم بتشغيل خادم التطوير باستخدام أحد الأوامر التالية:

English: First, run the development server using one of the following commands:

bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev