The following guide shows you how to import the cloned repository into Eclipse IDE Note that this guide only applies to Gradle projects. Other projects may have different steps
Launch Eclipse and wait for it to load (Setup the workspace and close the Welcome screen if it pops up)
Click on File > Import
Select Gradle > Existing Gradle Project and click Next
Enter the root path of the project directory and press Next
Continue spamming Next until you cannot do so, then click Finish
Note: If you receive this error as shown in the picture below, ignore it and press OK
The source files can be found in src/main/java
To run the program just press the Green Play button in the Toolbar as per normal
Demo Video The following is a video on how this is being done. Read the how-to guide before watching the video for actual steps to do it