Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 607 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 607 Bytes

Astral Sea

CI Status website

This is the reference materiel for the D&D realm of the Astral Sea.

Live Website

https://astralsea.jeremylt.org/

Building Locally

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