Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 223 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 223 Bytes

Greenmask core documentation

For building documentation locally run:

  • python3 -m venv venv
  • source venv/bin/activate
  • pip install -r requirements.txt
  • ./venv/bin/mkdocs serve
  • Proceed to: http://127.0.0.1