Cloning
Cloning the Code¶
You need to check out over ssh - this implies that you have configured your GitHub account with an SSH key:
📒Which branch to use?: Note that we deploy our staging site from the
main
branch and our production environment from the latest release tag. If you are planning on contributing improvements to the project, please submit them against themain
branch.🪧 Now that you have cloned the project, move on to the configuration.