The master branch contains the website source code of konik.io.
The generated website which the visitor sees is located in the docs/ folder.
The published result is located at konik.io.
Before you start make sure Java (1.8) and Maven are installed on your system and work correctly.
After Checking out the code
Build website:
> mvn package
or
> mvn clean package
Start the local webserver to see the rendered page locally.
> mvn exec:java