Skip to content

coding-armadillo/coding-armadillo.github.io

Repository files navigation

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