all repos — mycal @ 0a29a353b155108995d7663900477ceefa3df7c1

private calendar anonymiser

justfile (view raw)

1
2
3
4
5
run *args:
	uv run uvicorn --port=5001 --reload mycal:app {{ args }}

build:
    nix build