Skip to content

DrMaxis/custom-league-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

custom-league-client

You can support me and this project by buying a coffee

"Buy Me A Coffee"

Dependencies

Discord

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

How to setup the project using IntelliJ

  1. within Intellij select File -> New -> Project from Version Control...
  2. insert git@github.com:hawolt/custom-league-client.git for the URL field and hit Clone
  3. 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 select Maven
  4. Make sure you are actually using a compatible Java version by selecting File -> Project Structure, navigate to Project within Project Settings and make sure both SDK and Language level have Java Version 17 or higher selected, hit OK
  5. To run the Code navigate to SwingUI/src/main/java/com/hawolt and rightclick LeagueClientUI, select Run LeagueClientUI.main()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages