all repos — mycal @ 3dca02155b5db16e82f5de990fa1324cc908f71d

private calendar anonymiser

justfile (view raw)

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

build:
    nix build