This project is a clone of Swiggy (a food-ordering platform). It's hosted here.
-
Fork the project.
-
Clone the forked repo locally.
-
Install the dependencies :
npm install
- Start the server :
npm run dev
- And open the url (most probably http://localhost:5173) in your browser.