chore: upgrade dep
docs
fix: improve front page
Thirdplace Discovery is a service for finding web feeds.
Install:
composer create-project thirdplace/discovery
cp config/config.dist.php config/config.php
Add common feed urls:
wget https://git.sr.ht/~thirdplace/feeds/blob/main/feeds.php -O var/feeds.php
Serve local dev env:
php -S 127.0.0.1:8080 -t public/
Browse http://localhost:8080/
Build and deploy:
./contrib/all