This repository was archived by the owner on Feb 9, 2022. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork 20
Local Development Setup
Explv edited this page Feb 18, 2019
·
5 revisions
The recommended IDE for development is Intellij IDEA: https://www.jetbrains.com/idea/
- 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.
- Open up Intellij IDEA and navigate to File -> New -> Project From Version Control -> Git
- Enter the cloned repository's URL
- Click Clone, and create your IDEA project
- To build the .jar, first open the maven toolbar using View -> Tool Windows -> Maven Projects. Then in the toolbar run Maven install.