Skip to content

Commit 25f9e42

Browse files
authored
Merge pull request #41 from apsinghdev/Update-readme-docker
add docker instructions
2 parents 2fd005e + bcabb4f commit 25f9e42

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@ A real-time collaboration project to draw with your friends.
1313

1414
### Set Up the Project Locally
1515

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+
1625
1. cd into the api folder `cd api`
1726
2. install dependencies `npm install`
1827
3. then cd into the client `cd client`

0 commit comments

Comments
 (0)