atproto explorer

Update README.md

authored by handle.invalid and committed by

GitHub 4b3c3b56 4243f91c

+12 -4
+12 -4
README.md
··· 1 - ## PDSls 1 + # PDSls - AT Protocol Explorer 2 2 3 - Navigate and manage [atproto](https://atproto.com/) repositories and the records they contain, as well as watching the relay in real time (firehose + jetstream support). 3 + Lightweight and client-side web app to navigate [atproto](https://atproto.com/). 4 4 5 - ### Hacking 5 + ## Features 6 + 7 + - Browse the public data on PDSes (Personal Data Servers). 8 + - Login to manage records in your repository. 9 + - Jetstream and firehose streaming. 10 + - Backlinks support with [constellation](https://constellation.microcosm.blue/). 11 + - Query moderation labels. 12 + 13 + ## Hacking 6 14 7 15 You will need `node` and `pnpm` to get started: 8 16 ··· 13 21 pnpm serve # runs vite preview 14 22 ``` 15 23 16 - ### Credits 24 + ## Credits 17 25 18 26 [atcute](https://github.com/mary-ext/atcute) - atproto SDK\ 19 27 [@skyware/firehose](https://github.com/skyware-js/firehose) - Firehose client\