Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 276 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 276 Bytes

To run your local instance of documantation to test or develop, use following commands:

git clone "https://review.rdoproject.org/r/rdo-infra/rdo-mkdocs-website"
cd /rdo-mkdocs-website
virtualenv website
. website/bin/activate
pip install mkdocs-material
mkdocs serve