You can support me and this project by buying a coffee
since this code lacks documentation the best help you can get is my knowledge, proper questions can be asked in this discord server, please note that I will not guide you to achieve something or answer beginner level questions
- within Intellij select
File->New->Project from Version Control... - insert
git@github.com:hawolt/custom-league-client.gitfor theURLfield and hitClone - IntelliJ should automatically detect the Maven framework, if this is not the case you can rightclick the custom-league-client folder in the Project hierarchy and select
Add Framework Support...then selectMaven - Make sure you are actually using a compatible Java version by selecting
File->Project Structure, navigate toProjectwithinProject Settingsand make sure bothSDKandLanguage levelhave Java Version 17 or higher selected, hitOK - To run the Code navigate to
SwingUI/src/main/java/com/hawoltand rightclickLeagueClientUI, selectRun LeagueClientUI.main()
