Skip to content

Step 1: GitHub Configuration

🎯 Objective

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

1. Fork the Project 🔄

⚠️ License

The launcher is published under CC BY-NC 4.0. Keep attribution, identify your changes and review the commercial-use restriction before sharing your version. “Open source” is not a precise description of this non-commercial license.

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 CentralCorp/CentralCorp-Launcher"

2. Clone the Project 💻

bash
# 1. Create an empty folder on your PC
# 2. Open GitHub Desktop
# 3. Click on File > Clone Repository
# 4. Select the created folder
# 5. Choose the forked CentralCorp Launcher repository
# 6. Click "Clone"
bash
# MORE COMPLICATED THAN GitHub Desktop
# Create and access the folder
mkdir centralcorp-launcher
cd centralcorp-launcher

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

💡 Tip

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

Next Steps 🎯

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

Next, configure your Minecraft launcher. For the full architecture, read about the Minecraft Launcher Panel.

❓ Need help?

If you encounter any issues, feel free to:

CentralCorp — Launcher, Panel & Installer