Skip to content

Commit c8fba25

Browse files
authored
Merge pull request #3473 from yugalkaushik/patch-1
Update Installation documentation
2 parents 17c045e + 3dd9bb2 commit c8fba25

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

contributor_docs/installation.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Follow these instructions to set up your development environment, which you need to do before you start contributing code to this project.
44

5+
There are two ways to install the project locally:
6+
7+
Manual Installation is great if you're comfortable managing dependencies like Node.js and MongoDB directly on your machine. It's more hands-on and gives you finer control, which can be helpful for debugging or learning how each part works.
8+
9+
Docker Installation is ideal if you want a faster setup with all dependencies (Node, MongoDB, etc.) isolated in containers. This avoids version conflicts and works consistently across environments especially helpful if you're new to backend setup or don't want to alter your local setup.
10+
511
## Manual Installation
612

713
_Note_: The installation steps assume you are using a Unix-like shell. If you are using Windows, you will need to use `copy` instead of `cp`.

0 commit comments

Comments
 (0)