We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5603b85 commit 2c90506Copy full SHA for 2c90506
README.md
@@ -4,9 +4,26 @@ crafted by [Ajeet](https://x.com/ajeetonx)
4
5
INSTRUCTIONS
6
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
14
In order to start drawing, execute these commands.
15
16
+first start the server
17
18
+1. `cd api`
19
+2. `npm run server`
20
21
+then start the client
22
23
1. `cd client`
24
2. `npm run dev`
25
3. go to `http://localhost:5173/`
26
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