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