···11-.env:
22- uv run -- etc/generate_secrets.py >> .env
33-41.PHONY: debug
52debug:
63 uv run -- flask --app 'src.main' run --debug -h '0.0.0.0' -p 8080
···1613.PHONY: ingestor
1714ingestor:
1815 uv run -- ingestor
1616+1717+.env:
1818+ uv run -- etc/generate_secrets.py >> .env
+2
README.md
···2233Decentralized and customizable links page on top of [AT Protocol][atproto].
4455+Try it out at [ligo.at](https://ligo.at)!
66+57## dependencies
6879Install [uv][uv] and run `uv sync`.