# Web Easy browsable version of the SRD as a website, optionally contains documentation for the API as well. ## Requirements - Gleam v1.12.0 or greater ## Running ```bash cd web gleam run ``` ### Nix ```bash nix run .#web ``` Set the `KATARI_API_DOCS` environment variable to `true` to enable them. 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.