See scripts/
folder.
- Java: make sure you have a JDK installed on your machine!
- SBT: Follow the instructions.
The alternative is to use a docker image (see "Run with docker").
sbt test
sbt run
If you have docker installed, you can do the following :
./scala-env sbt [COMMAND]
COMMAND
could be 'run' or 'test'. You can also skip that argument, which will bring you to a console
where you can also type run
or test
.
src
: source codetest
: the tests