Setup that should be done before the workshop:
- Install Scala-plugin for your IDE
- IntelliJ: Search for 'scala' in plugin manager
- Eclipse: http://scala-ide.org/
- Fetch the project:
git clone https://github.com/froden/functionalpuzzlers.git - Open the project in IntelliJ or Eclipse (open build.sbt file)
- Run tests via your IDE, or run
sbt testorsbt.bat testfrom the project root.