FAForever / faf-moderator-client

FAF Moderator Client
MIT License
4 stars 11 forks source link
faf gradle hacktoberfest javafx javafx-desktop-apps spring-boot

FAF Moderator Client Build

This application enables faforever.com moderators to perform administrative actions. This involves:

How to use / run it

Setting up your environment

Recommended software

Boot the dependencies

Run from source

  1. Clone the project with git
  2. Import the project into IntelliJ as "Gradle Project"
  3. Make sure you have the IntelliJ Lombok plugin installed
  4. Make sure you have Enable annotation processing enabled in the settings
  5. Add the dev profile as command line options ("VM options" in IntelliJ) using -Dspring.profiles.active=dev
  6. Add your platform as parameter for all Gradle processes e.g. -PjavafxPlatform=win for Windows.