A collection of utilities for the Daggerheart SRD
katari.fyi
daggerheart
ttrpg
gleam
api
API#
Simple API that serves a copy of Daggerheart's SRD in JSON
Requirements#
- Gleam v1.12.0 or greater
Running#
cd api
gleam run
Nix#
nix run .#api
If using a non-standard location for your SRD directory, this can be specified with the KATARI_SRD_PATH environment variable. It will default to ../srd otherwise.