Skip to content

Commit 2c90506

Browse files
committed
add instructions
1 parent 5603b85 commit 2c90506

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,26 @@ crafted by [Ajeet](https://x.com/ajeetonx)
44

55
INSTRUCTIONS
66

7+
To set up the project locally:-
8+
9+
1. cd into the api `cd api`
10+
2. install dependencies `npm install`
11+
3. then cd into the client `cd client`
12+
4. install dependencies `npm install`
13+
714
In order to start drawing, execute these commands.
815

16+
first start the server
17+
18+
1. `cd api`
19+
2. `npm run server`
20+
21+
then start the client
22+
923
1. `cd client`
1024
2. `npm run dev`
1125
3. go to `http://localhost:5173/`
1226
4. draw and have fun!
27+
28+
29+
NOTE: there are few bugs in this that I'll fix in upcoming commits.

0 commit comments

Comments
 (0)