This repository contains the front-end codebase for the DishDash project, developed using TypeScript and Next.js. It includes all user interface components, client-side logic, and assets necessary for providing a seamless user experience. This codebase follows the design guidelines established in the project documentation.
You can view the design and layout of the DishDash project in our Figma file here.
Ensure you have the following installed on your development machine:
- Node.js (version 18.17 or higher)
- npm (version 6.x or higher) or yarn (version 1.x or higher)
-
Clone the repository:
git clone [email protected]:DishDashAPP/DishDash-Frontend.git cd DishDash-Frontend
-
Install the dependencies:
npm install
To start the development server, run:
npm run dev