💻Step 5: Project Setup

Step 1: Create a new project folder & Conda environment

Follow step-by-step instructions from here, and return to this page for further steps.

Step 2: Create a new GitHub repo for the project remote & local

Follow step-by-step instructions from here, and return to this page for further steps.

Step 3: Create a new branch & start coding

$ git checkout -b <new-branch-name>

Step 4: Create PR & merge to production once approved

Follow step-by-step instructions from here

Last updated