-
start the sbt console with ./sbt
-
In the sbt console, generate the configuration for your IDE:
- for eclipse: 'eclipse with-source=true'
- for IDEA: 'gen-idea'
-
wait to have downloaded the whole internet
-
open the project in your IDE
-
In the sbt console, compile the project with 'compile'
-
In the sbt console, let the tests run with 'test' No surprise, the tests are not successful.