12. Skip to content

12. 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 [PROJECT_URL]

git clone https://github.com/project-name/repository.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.