Skip to content

Commit 10bbd9c

Browse files
authored
Merge pull request #6 from bhola-dev58/checkout-me
Checkout me
2 parents a8f1c96 + 253ee92 commit 10bbd9c

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
1-
1+
Clone the project to your Local machine
2+
```bash
3+
git clone https://github.com/bhola-dev58/DebugVerse.git
4+
```
25
# How to run the project
36

4-
RUN Backend project
7+
RUN Backend
58
```
69
cd backend
710
uvicorn main:app --reload
811
```
912

10-
To Run frontend project
13+
To Run frontend
14+
```bash
15+
cd frontend
16+
```
1117
**Install depandencies**
1218
```bash
1319
npm install

0 commit comments

Comments
 (0)