Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 239 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 239 Bytes

website

Source code files for ExplorViz's website using mkdocs

Preview

docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material

Build

docker run --rm -it -v ${PWD}:/docs squidfunk/mkdocs-material build