19. Skip to content

19. Checking out the CodeΒΆ

This section outlines the process of checking out the code for local development.

🚩 Make sure you have gone through the Prerequisites Section before following these notes.

Git Code check out from https://github.com/unicef-drp/GeoRepo-OS:

git clone https://github.com/unicef-drp/GeoRepo-OS.git

Or if you have a GitHub account, you can check out the code using a git url:

git clone git@github.com:unicef-drp/GeoRepo-OS.git

πŸ“’Which branch to use?: Note that we deploy our staging work from the develop branch and our production environment from the main branch. If you are planning on contributing improvements to the project, please submit them against the develop branch.

πŸͺ§ Now that you have the code checked out, move on to the IDE Setup documentation.


Last update: September 6, 2023