Skip to content

Commit c7c3e12

Browse files
authored
Update README.md
Updated Readme
1 parent 82d3785 commit c7c3e12

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,22 @@ Start : npx run start/ npx start
2525

2626
To run FoodSale locally, you need to have Node.js installed on your machine. You can download it from the official Node.js website: [https://nodejs.org](https://nodejs.org)
2727

28-
### Installation
28+
## How to use
29+
30+
1. Clone the repo
31+
32+
```bash
33+
git clone https://github.com/DineshRout779/FoodHunt
34+
```
35+
36+
2. Install dependencies
37+
38+
```bash
39+
npm install
40+
```
41+
42+
3. Start the dev server
43+
44+
```bash
45+
npm start
46+
```

0 commit comments

Comments
 (0)