all repos — mycal @ a2faec9a7ee3c8255a55331e247c028eebe3f978

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