Run ./install_deps.sh
to install any system dependencies required.
Then, run ./install.sh
to install a local development environment.
To activate your local development environment, run source ./activate.sh
# Install mkdocs if not already installed by setup script
python -m pip install mkdocs mkdocs-material mkdocs-autorefs
# Host the docs site
python -m mkdocs serve
The documentation should now be accessible at http://127.0.0.1:8000 in a web browser.
The source markdown files for the documentation are in docs/
.
This project is licensed under the GNU General Public License, Version 3. Some components originate from MITRE’s Apache 2.0 reference design, as well as CC0 (Ascon) and GPLv2+ (WolfSSL) sources. See LICENSE.txt
for details.