Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 464 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (9 loc) · 464 Bytes

Getting Started

The following are required: The Java 8 jdk, and your IDE of choice.

After you make sure you have both of these things, fork this repository and download the source. Once you have forked the repo and downloaded the source, open a cmd/terminal window and run gradlew(.bat) <name of IDE> See below for specific IDEs

Steps for Eclipse

  • run gradlew(.bat) eclipse
  • import the folder as a project
  • convert the project to a maven project