To work locally with this project, you'll have to follow the steps below:
- Clone this project
- Install everything in requirements.txt
- Preview your project:
mkdocs serve
, your site can be accessed underlocalhost:8000
- Add content inside docs folder
- Commit and push
- Once merged to master it will get auto deployed
Read more at MkDocs.