Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 692 Bytes

File metadata and controls

36 lines (22 loc) · 692 Bytes

Restaurant Website

A modern restaurant website built with Next.js. This project showcases the restaurant's menu, services, and reservation system with a sleek design and intuitive user experience.

Tech Stack

  • Frontend: Next.js, React.js, Tailwind CSS
  • Styling: Tailwind CSS
  • Other Tools: Vercel for deployment, React Fast Marquee for animations, Swiper js, AOS

Getting Started

To get a local copy up and running, follow these simple steps:

Installation

  1. Clone the repository:
    git clone https://github.com/hellomaruf/restaurant.git
    
    

First, run the development server:

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