Skip to content

utwente/sketchlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sketchlab

Documentation

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-asciidoc

The generated html files can be found in target/docs/asciidoc.

Server documentation

Documentation of how the Sketchlab server was setup at the University of Twente, including scripts and configuration, can be found in the server/ folder.

Import

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.