A collection of utilities for the Daggerheart SRD
katari.fyi
daggerheart
ttrpg
gleam
api
1# API
2
3Simple API that serves a copy of Daggerheart's SRD in JSON
4
5## Requirements
6- Gleam v1.12.0 or greater
7
8## Running
9```bash
10cd api
11gleam run
12```
13
14### Nix
15
16```bash
17nix run .#api
18```
19
20If 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.