Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 444 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 444 Bytes

coding-armadillo.github.io

GitHub Pages

Coding Armadillo's GitHub Pages

Getting Started

python -m venv .venv
.\.venv\Scripts\activate
python -m pip install -U pip
pip install -r requirements.txt
mkdocs serve