Sketchlab documentation is written in asciidoc and can be found in src/main/docs/asciidoc,
and can be compiled to html by Maven with
./mvnw asciidoctor:process-asciidocThe generated html files can be found in target/docs/asciidoc.
Documentation of how the Sketchlab server was setup at the University of Twente, including scripts
and configuration, can be found in the server/ folder.
This project is a Maven project, and can be imported as such in an IDE.
Beware that some classes are generated by Maven, as such you might need to run ./mvnw clean generate-sources.