decentralized and customizable links page on top of atproto ligo.at
atproto link-in-bio python uv

add website link to readme

+5 -3
+3 -3
Makefile
··· 1 - .env: 2 - uv run -- etc/generate_secrets.py >> .env 3 - 4 1 .PHONY: debug 5 2 debug: 6 3 uv run -- flask --app 'src.main' run --debug -h '0.0.0.0' -p 8080 ··· 16 13 .PHONY: ingestor 17 14 ingestor: 18 15 uv run -- ingestor 16 + 17 + .env: 18 + uv run -- etc/generate_secrets.py >> .env
+2
README.md
··· 2 2 3 3 Decentralized and customizable links page on top of [AT Protocol][atproto]. 4 4 5 + Try it out at [ligo.at](https://ligo.at)! 6 + 5 7 ## dependencies 6 8 7 9 Install [uv][uv] and run `uv sync`.