···11# PDSls - Atmosphere Explorer
2233-Lightweight and client-side web app to navigate [atproto](https://atproto.com/).
44-55-## Features
66-77-- Browse the public data on PDSes (Personal Data Servers).
88-- Login to manage records in your repository.
99-- Jetstream and firehose (com.atproto.sync.subscribeRepos) streaming.
1010-- Backlinks support with [constellation](https://constellation.microcosm.blue/).
1111-- Query moderation labels.
1212-- Explore and unpack repository archives (CAR).
33+Lightweight web app to navigate [atproto](https://atproto.com/).
134145## Hacking
156167You will need `node` and `pnpm` to get started:
178189```
1919-pnpm i # install deps
2020-pnpm dev # or pnpm run start, runs vite
2121-pnpm build # runs vite build
2222-pnpm serve # runs vite preview
1010+pnpm i # install deps
1111+pnpm dev # runs local dev server
1212+pnpm build # bundles the production app
1313+pnpx wrangler pages dev # runs worker locally
2314```
2424-2525-## Credits
2626-2727-[atcute](https://github.com/mary-ext/atcute) - atproto SDK\
2828-[@skyware/firehose](https://github.com/skyware-js/firehose) - Firehose client