atmosphere explorer
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

edit README

Juliet 70232d4a 6ecc5520

+5 -19
+5 -19
README.md
··· 1 1 # PDSls - Atmosphere Explorer 2 2 3 - Lightweight and client-side web app to navigate [atproto](https://atproto.com/). 4 - 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 (com.atproto.sync.subscribeRepos) streaming. 10 - - Backlinks support with [constellation](https://constellation.microcosm.blue/). 11 - - Query moderation labels. 12 - - Explore and unpack repository archives (CAR). 3 + Lightweight web app to navigate [atproto](https://atproto.com/). 13 4 14 5 ## Hacking 15 6 16 7 You will need `node` and `pnpm` to get started: 17 8 18 9 ``` 19 - pnpm i # install deps 20 - pnpm dev # or pnpm run start, runs vite 21 - pnpm build # runs vite build 22 - pnpm serve # runs vite preview 10 + pnpm i # install deps 11 + pnpm dev # runs local dev server 12 + pnpm build # bundles the production app 13 + pnpx wrangler pages dev # runs worker locally 23 14 ``` 24 - 25 - ## Credits 26 - 27 - [atcute](https://github.com/mary-ext/atcute) - atproto SDK\ 28 - [@skyware/firehose](https://github.com/skyware-js/firehose) - Firehose client