To run this website locally, simply clone the repo, then if you have play installed, run
play run
otherwise, use sbt
sbt run
You need sbt
version 0.12
in order to run Open Data on your developer machine.
Simply run
play test
in order to run the full test suit.