42. 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.
Ananymous Git code check out https://github.com/unicef-drp/GeoSight-OS.git
Alternatively check out over ssh:
Once the code is checked out, you can open it in VSCode by doing the following:
π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.