Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 227 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 227 Bytes

Willow Documentation

Source code for the heywillow.io website.

Running the docs locally

python -m venv venv
source ./venv/bin/activate
pip install -r requirements.txt
./utils.sh dev