Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 406 Bytes

readme.md

File metadata and controls

13 lines (10 loc) · 406 Bytes

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.