all repos — mycal @ 242427f49ec7fb59f7079883e186ae1f6e821fb9

private calendar anonymiser

add justfile

Alan Pearce
commit

242427f49ec7fb59f7079883e186ae1f6e821fb9

parent

76a1cb1d1c503c08768d6c3439cfe1298f1e559b

1 file changed, 5 insertions(+), 0 deletions(-)

changed files
A justfile
@@ -0,0 +1,5 @@
+run: + uv run flask --app mycal run --port=5001 --debug + +build: + nix build