Knowledge base website for OSUSat
A static site, styled with Tailwind CSS + daisyUI
index.html: wiki home page, links out to each doc pagemanual/index.html: the Contributor Manual
Any static file server works, e.g.:
python3 -m http.server -d . 8000
then open http://localhost:8000.