forked from pdsls.dev/pdsls
this repo has no description

add instructions to hack on pdsls

Changed files
+11
+11
README.md
··· 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). 4 5 ### Credits 6 7 [atcute](https://github.com/mary-ext/atcute) - atproto SDK\
··· 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). 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 + 16 ### Credits 17 18 [atcute](https://github.com/mary-ext/atcute) - atproto SDK\