Add just nix recipe

This commit is contained in:
Greg Shuflin 2025-02-17 02:54:55 -08:00
parent 97f3783229
commit 7e7d2fc86b

View File

@ -27,6 +27,10 @@ run-local-demo *args: frontend-build
run-local-persistant-db *args: frontend-build
cargo run -- --database data.sqlite
# Run the reader locally from the nix flake
run-local-nix:
nix run '.#default' -- --database data.sqlite
# Run the reader in development mode with frontend asset watching
dev:
#!/usr/bin/env sh