Run on your Machine

Prerequisites

Before you begin, ensure you have the following tools installed:

  1. Download and install Node.js from nodejs.org.
  2. Make sure you have npm installed on your machine.

Clone the Repository

git clone https://github.com/seyed-sabbagh/resturant-menu-website.git

Install Dependencies

Navigate into the project directory using the following command:

cd [project-name]

Install the project dependencies using npm:

npm install

Run the Development Server

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.