all repos — mycal @ f8eadc5c14d493618423fe070595c131eefdce32

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