This is the reference materiel for the D&D realm of the Astral Sea.
https://astralsea.jeremylt.org/
To build locally, you need Python3
and pip
First install the dependencies for building the website
pip install -r requirements.txt
Then build the website
make html
The local website will be in build/html