- Check that python / pip are installed
python3 --version pip3 --version - Optional: set up a Python virtual environment
python3 -m venv .venv- initialize the virtual environmentsource .venv/bin/activate- active the virtual environment
- Install dependencies
pip3 install mkdocspip3 install mkdocs-material
- ...and you're off to the races!
Local server
mkdocs serve
Build static html
mkdocs build
Files will be built into the site folder, which is not checked into Git.
- Generate new pattern page:
./pattern.sh "Your Pattern Title"