62. 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 https://github.com/kartoza/django-bims.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.