This repository is simple website for displaying aggregated info of all instances of lnsovbridge running in the wild.
If you are running a lnsovbridge instance and you'd like to be displayed on website, create PR with information about your site to this file:
https://github.com/grmkris/lightning-bridges-aggregator/blob/main/bridge-providers.json
This is simple nextjs based project hosted on vercel. To run it locally run:
git clone https://github.com/grmkris/lightning-bridges-aggregator
npm install
npm run dev