convert to mask based icon
+11
README.md
+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
+
### 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\