- 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)