The project is built with SBT.
- Install SBT (see http://www.scala-sbt.org/download.html)
- Switch to the project folder and run
sbtfrom commandline. This opens the SBT console. - Run
compileto compile the project. - Run
testto run the unit tests.
IntelliJ IDEA with the Scala plugin can import this SBT project.