Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 238 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 238 Bytes

vpub

Dasharo Open Source Firmware vPub (aka 3mdeb vPub) - website, presentations and notes

Local build

$ virtualenv -p $(which python3) venv
$ source venv/bin/activate
$ pip install mkdocs mkdocs-material
$ mkdocs build