Before you begin, ensure you have the following tools installed:
- Download and install Node.js from nodejs.org.
- Make sure you have npm installed on your machine.
git clone https://github.com/seyed-sabbagh/resturant-menu-website.git
Navigate into the project directory using the following command:
cd [project-name]
Install the project dependencies using npm:
npm install
Once the dependencies are installed, start the development server:
npm run dev
This will launch the Next.js development server. Open your web browser and go to http://localhost:3000 to see the live preview of the demo website.