Skip to content

IntelliJ Community Edition

David Gerber edited this page Jul 17, 2024 · 1 revision
  1. Download IntelliJ IDEA Community Edition from https://www.jetbrains.com/idea/download/
  2. Install using all default settings, unless you know what you're doing
  3. Run IntelliJ and select Get From VCS

  1. Put the repository's URL (if you don't have Git installed, press Download and install). Press Clone.

  1. Wait for IntelliJ to setup everything. Recent versions will even download a JDK automatically.

  2. 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.

Clone this wiki locally