Aller au contenu

Step 1: GitHub Setup

Objective

In this step, we will fork the CentralCorp Launcher project and clone it to your local machine.

1. Fork the Project 🔄

Important

Your fork must be public to respect our work and the project authors. The source code must remain open source.

Instructions:

  1. Go to this link to fork the project

Verification

After forking, you should see the project in your GitHub account with the mention "forked from Riptiaz/CentralCorp-Launcher"

2. Clone the Project 💻

  1. Create an empty folder on your PC
  2. Open GitHub Desktop
  3. Click on File > Clone Repository
  4. In the window that opens:
    • Select the created folder
    • Choose the forked CentralCorp Launcher repository
  5. Click "Clone"
# Create and access the folder
mkdir centralcorp-launcher
cd centralcorp-launcher

# Clone the repository
git clone https://github.com/YOUR-USERNAME/CentralCorp-Launcher.git .

Tip

Make sure you have Git installed on your machine before starting the cloning process.

Next Steps 🎯

Once cloning is complete, you will have a local copy of the project on your machine. 🚀

Need help?

If you encounter any issues, feel free to:

You can move on to the next step.