Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.04 KB

README.md

File metadata and controls

47 lines (31 loc) · 1.04 KB

🍣 Norishi

image 7

🚀 Overview

This is a website project built with React and Next.js for a sushi restaurant called Norishi. The website features several sections such as homepage, menu, restaurant information, and contact form.

📋 Requirements

  • Node.js
  • npm ou yarn
  • react-slick
  • React Icons

🔧 Installation

  1. Clone the Repository:
git clone https://github.com/VictorBravim/Norishi.git
  1. Navigate to the project directory:
cd Norishi
  1. Install Dependencies:
npm install
# ou
yarn install

🛠️ Project Structure

  • components/: Contains the reusable React components used in different parts of the website.
  • pages/: Contains the React pages that are rendered in specific routes.
  • public/: Contains static files such as images and fonts.
  • styles/: Contains global styles files and Tailwind CSS settings.

📄 License