A collection of utilities for the Daggerheart SRD katari.fyi
daggerheart ttrpg gleam api
at main 21 lines 472 B view raw view rendered
1# Web 2 3Easy browsable version of the SRD as a website, optionally contains documentation for the API as well. 4 5## Requirements 6- Gleam v1.12.0 or greater 7 8## Running 9```bash 10cd web 11gleam run 12``` 13 14### Nix 15```bash 16nix run .#web 17``` 18 19Set the `KATARI_API_DOCS` environment variable to `true` to enable them. 20 21If 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.