all repos — mycal @ 017843d2d0f75c8b5301acf534f72618db898fbe

private calendar anonymiser

justfile (view raw)

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

build:
    nix build