Prerequisites

Before you begin, make sure you have the following installed on your computer:

Cloning the Repository

Step 1: Open Terminal or Command Prompt

Step 2: Navigate to Your Projects Directory

Choose a location on your computer where you want to store the project:

# Example: Navigate to your Documents folder
cd ~/Documents

# Or create a new projects folder and navigate to it
mkdir Projects
cd Projects

Step 3: Fork the repository and clone it

Screenshot 2025-08-11 at 10.49.40 PM.png

Screenshot 2025-08-11 at 10.50.28 PM.png

image.png

Run this command to clone your forked repository.

Note: forked just means that you made a copy in your own account!

git clone HTTPS_FORKED_URL

Step 4: Navigate Into the Project Directory