all repos — mycal @ eacbbc2d022f8b992d7e9f9440ec532eb033b921

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