A transpilation of the TerraFirmaCraft Field Guide - the in-game documentation book - to an online format.
# Setup python dependencies
> pip install -r requirements.txt
# Clone TerraFirmaCraft/TerraFirmaCraft into a folder /path/to/tfc
> python src/main.py --tfc-dir /path/to/tfc [--debug]
# Launch a webserver with python for testing
# View the file at `localhost:8000`
# Viewing as a file will mostly work too
> cd out
> python -m http.server 8000