Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 925 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 925 Bytes

Wiringbits Scala WebApp template - Docs

Diagrams

The docs include diagrams created with plantuml, you will need to compile them after they are updated.

Before you can compile those, you will require some dependencies:

  1. graphviz which can be installed with apt install graphviz
  2. Download plantuml.jar from the official site.

Then, you can execute this to generate them all:

  • java -jar ~/Downloads/plantuml.jar ./diagram-sources -o ../assets/diagrams/

Consider using the plantuml plugin for IntelliJ when editing diagrams, this way, you can preview the changes.