Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 591 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 591 Bytes

SystemDesignResources

System Design Resources for myself in Vietnamese

Visit the live website at: https://system.farmerboy95.com/

Installation guide if you want to run this on your local machine:

pip3 install mkdocs-material
pip3 install mkdocs-literate-nav
pip3 install mkdocs-git-authors-plugin
pip3 install mkdocs-git-revision-date-localized-plugin
pip3 install mkdocs-glightbox

Then run by this command:

mkdocs serve

When you want to upgrade any of the packages above, simply run this, for example mkdocs-material:

pip3 install --upgrade mkdocs-material