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.
2 parents 2fd005e + bcabb4f commit 25f9e42Copy full SHA for 25f9e42
README.md
@@ -13,6 +13,15 @@ A real-time collaboration project to draw with your friends.
13
14
### Set Up the Project Locally
15
16
+#### If you are cool like me, then set up using docker
17
+
18
+1. Run `docker-compose build` in the root directory of the project
19
+2. Once build is successful, run `docker-compose up -d`
20
+3. Now your frontend would be running on `localhost:5173` and backend on `localhost:8000`
21
+4. Enjoy drawing !
22
23
+#### Set Up manually
24
25
1. cd into the api folder `cd api`
26
2. install dependencies `npm install`
27
3. then cd into the client `cd client`
0 commit comments