atmosphere explorer pds.ls
tool typescript atproto
434
fork

Configure Feed

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

add instructions to hack on pdsls

authored by

Akshay and committed by
Juliet
41395393 6951f0aa

+11
+11
README.md
··· 2 2 3 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). 4 4 5 + ### Hacking 6 + 7 + You will need `node`, `pnpm` and `tsc` to get started: 8 + 9 + ``` 10 + pnpm i # install deps 11 + pnpm run dev # or pnpm run start, runs vite 12 + pnpm run build # runs vite build 13 + pnpm run serve # runs vite preview 14 + ``` 15 + 5 16 ### Credits 6 17 7 18 [atcute](https://github.com/mary-ext/atcute) - atproto SDK\