Now you can clone your forked repository to your computer so you can work on it.

Clone Your Fork Locally

You need Git to clone and manage repositories locally. If you don’t have it installed, follow the steps below to install it.
1

Open Forked Repository

Open your forked repository on GitHub (it will be under your account).
2

Copy the URL

Click the green Code button and copy the URL (choose HTTPS).
3

Open Code Editor

Open your code editor (Visual Studio, Windsurf, or any IDE that supports Git).
4

Open Terminal

Open a terminal on your local machine.
5

Clone Repository

Run the following command, replacing the URL with your fork’s URL:
git clone https://github.com/YOUR_USERNAME/dep-ppl-base.git
Make sure to replace YOUR_USERNAME with your actual GitHub username.
6

Navigate into the Cloned Repository Folder

cd dep-ppl-base

Open Project in Code Editor

Visual Studio

  • Open Visual Studio.
  • Click Open a project or solution.
  • Navigate to the cloned dep-ppl-base folder and open it.

Windsurf

  • Open Windsurf.
  • Click Open Project and select the cloned dep-ppl-base folder.
You are now ready to start making changes.