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:
- 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 💻
- Create an empty folder on your PC
- Open GitHub Desktop
- Click on
File > Clone Repository
- In the window that opens:
- Select the created folder
- Choose the forked CentralCorp Launcher repository
- Click "Clone"
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. 🚀
You can move on to the next step.