its for when you want to get like notifications for your reposts

docs: update readme

ptr.pet 28510a1e 0e34cf20

verified
+7
+7
README.md
··· 30 30 } 31 31 ``` 32 32 33 + you can also use the provided webapp to monitor any likes. 34 + it is hosted at `https://likes.gaze.systems/`. 35 + 33 36 ### building 34 37 35 38 `go build` ··· 37 40 or 38 41 39 42 `nix build git+https://tangled.sh/@gaze.systems/bsky-repost-likes` 43 + 44 + --- 45 + 46 + to build the webapp, get pnpm and then `pnpm i && pnpm build`