Building locally

To work locally with this project, you'll have to follow the steps below:

  1. Clone this project
  2. Install everything in requirements.txt
  3. Preview your project: mkdocs serve, your site can be accessed under localhost:8000
  4. Add content inside docs folder
  5. Commit and push
  6. Once merged to master it will get auto deployed

Read more at MkDocs.