Skip to content

Setup developer environment

Marcus Haagh edited this page Jan 26, 2025 · 3 revisions

IntelliJ

  1. Clone fagi
  1. Open IntelliJ and click "Open"
  2. Select the build.gradle.kts file in the root of the project folder

Requirements

  1. OpenJDK 21
  • Remember to setup the SDK in Project Structure
  • Also go to gradle settings and select "Project SDK" as Gradle JVM. This ensures that gradle and intellij uses the same JDK.

Dependencies needed

  1. fagiClient
  • shared
  1. fagiServer
  • shared
  1. shared

Resource folder

fagiClient/src/main/resources

Clone this wiki locally