decentralized and customizable links page on top of atproto ligo.at
atproto link-in-bio python uv
at 88d3745d264c5b898f91751e4b390dbc3d394ef3 14 lines 234 B view raw
1.env: 2 uv run -- generate_secrets.py >> .env 3 4.PHONY: debug 5debug: 6 uv run -- flask --app 'src.main' run --debug -h '0.0.0.0' -p 8080 7 8.PHONY: run 9run: 10 uv run -- dotenv run -- gunicorn 11 12.PHONY: ingestor 13ingestor: 14 uv run -- ingestor