Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 273 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 273 Bytes

LSS User Documentation

To build the documentation for local testing:

python3 -mvenv env
. env/bin/activate
pip install -r requirements.txt
mkdocs build
python3 -m http.server --directory site

Openshift will automatically build this when pushed for production.