This section explains how to fork the dep-ppl-app repository and start working on it locally using a code editor like Visual Studio or Windsurf. Follow each step carefully.

Create a GitHub Account

Before you can fork a repository, you need a GitHub account. If you don’t have one, follow the steps below to create one.
1

Go to GitHub

2

Sign Up

Click Sign up in the top-right corner.
3

Follow the Instructions

Follow the instructions to create your account (choose a username, email, and password).
4

Verify Your Email Address

Verify your email address.

Fork the Repository

Forking a repository creates your own copy of it in your GitHub account.
1

Go to the Repository

2

Fork the Repository

Click the Fork button in the top-right corner of the page.
3

Choose Your GitHub Account

Choose your GitHub account as the destination for the fork.
4

Wait a Few Seconds

Wait a few seconds. GitHub will create a copy of the repository under your account.
You now have your own copy of dep-ppl-app where you can make changes freely. Next step is to clone your forked repository to your local machine.