Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 375 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 375 Bytes

Actuated documentation

Pre-reqs

You'll need Python and pip installed, then run:

pip install -r requirements.txt

Local testing:

mkdocs serve

Access the site at http://127.0.0.1:8000

Contributing

See the contribution guide

All commits must be signed-off with the CLI using git commit --sign-off