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 🔄
⚠️ Important
Your fork must be public to respect our work and the project authors. The source code must remain open source.
Instructions
- 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. 🚀
