all repos — mycal @ 10527ff359e804c9706b0c16f6176ad1f1a9e858

private calendar anonymiser

justfile (view raw)

1
2
3
4
5
run:
    uv run flask --app mycal run --port=5001 --debug

build:
    nix build