-
Notifications
You must be signed in to change notification settings - Fork 7
IntelliJ Community Edition
David Gerber edited this page Jul 17, 2024
·
1 revision
- Download IntelliJ IDEA Community Edition from https://www.jetbrains.com/idea/download/
- Install using all default settings, unless you know what you're doing
- Run IntelliJ and select Get From VCS
- Put the repository's URL (if you don't have Git installed, press Download and install). Press Clone.
-
Wait for IntelliJ to setup everything. Recent versions will even download a JDK automatically.
-
To run Xeres, open the Gradle panel on the right side of the screen and double click on bootRun.
Congratulations! You should be good to go.