Skip to content
This repository was archived by the owner on Feb 9, 2022. It is now read-only.

Local Development Setup

Explv edited this page Feb 18, 2019 · 5 revisions

Local Development Setup

The recommended IDE for development is Intellij IDEA: https://www.jetbrains.com/idea/

  1. If you want to contribute to the project you will need to fork the GitHub repo: https://github.com/Explv/Explvs-AIO/fork Otherwise you can skip this step.
  2. Open up Intellij IDEA and navigate to File -> New -> Project From Version Control -> Git
  3. Enter the cloned repository's URL
  4. Click Clone, and create your IDEA project
  5. To build the .jar, first open the maven toolbar using View -> Tool Windows -> Maven Projects. Then in the toolbar run Maven install.
Clone this wiki locally