Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 427 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 427 Bytes

Installation instructions

  • Make sure you have python 3 installed. If you don't know what that means, Google is your friend.
  • Make sure you have pip3 installed. If you don't know what that means, Google is your friend.
  • Run the following commands on your terminal after you've moved to the policy directory.
    • pip3 install mkdocs
    • pip3 install mkdocs-material
    • mkdocs serve (this will serve up the site locally)