> For the complete documentation index, see [llms.txt](https://data-to-production.gitbook.io/product-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://data-to-production.gitbook.io/product-docs/fundamentals/getting-started/step-5-project-setup.md).

# Step 5: Project Setup

### Step 1: Create a new project folder & Conda environment

Follow step-by-step instructions from [here](/product-docs/fundamentals/getting-started/step-3-conda-environment/working-with-conda-environment.md), 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](/product-docs/fundamentals/getting-started/step-1-github/working-with-git-and-github/setting-up-your-repository-and-project.md), and return to this page for further steps.

### Step 3: Create a new branch & start coding&#x20;

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

### Step 4: Create PR & merge to production once approved

Follow step-by-step instructions from [here](/product-docs/fundamentals/getting-started/step-1-github/working-with-git-and-github/pull-request.md)
