# API Simple API that serves a copy of Daggerheart's SRD in JSON ## Requirements - Gleam v1.12.0 or greater ## Running ```bash cd api gleam run ``` ### Nix ```bash 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.