Add SVG demos (#61)

This commit is contained in:
Patrick Stevens
2023-08-06 22:58:23 +01:00
committed by GitHub
parent 3a975d7f28
commit 46f24a44ec
15 changed files with 131 additions and 12 deletions

View File

@@ -23,6 +23,10 @@ The main argument you provide is a JSON configuration file, which should conform
* With Nix: `nix run github:Smaug123/dotnet-gitea-declarative -- --help`.
* From source: clone the repository, and `dotnet run`.
# Demos
See the [Demos file](./docs/demos.md).
# Development
To upgrade the NuGet dependencies in the flake, run `nix build .#fetchDeps` and copy the resulting file into `nix/deps.nix`.