---
author: tylerbutler
ms.service: azure-fluid
ms.topic: include
ms.date: 10/25/2021
ms.author: tylerbu
---
## Fork and clone the repository
Navigate to <https://github.com/microsoft/FluidHelloWorld> and click the **Fork** button to create your own fork of the
FluidHelloWorld repo.
Then clone your fork to your local machine using the following command.
```shell
git clone -b main-azure https://github.com/<YOUR_GITHUB_ACCOUNT_NAME>/FluidHelloWorld.git
```
Make sure to replace `<YOUR_GITHUB_ACCOUNT_NAME>` with your GitHub username.
Next, open Visual Studio Code and go to **File > Open Folder** to open the cloned repository in the editor.