all repos — mycal @ c59bce819a70f39e49be2c3c1c75f5ef4576820c

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