#! /usr/bin/env bash
make html

cd build/html
python -m http.server 8899
