tracks lexicons and how many times they appeared on the jetstream

docs: fix tangled urls in readme

ptr.pet fddc6d5e 95f5b667

verified
+4 -6
+4 -6
README.md
··· 8 8 9 9 ### with nix 10 10 11 - - run the server: `nix run git+https://tangled.sh/poor.dog/nsid-tracker#server` 12 - - build the client: `nix build git+https://tangled.sh/poor.dog/nsid-tracker#client` 11 + - run the server: `nix run git+https://tangled.sh/@poor.dog/nsid-tracker#server` 12 + - build the client: `nix build git+https://tangled.sh/@poor.dog/nsid-tracker#client` 13 13 14 14 ### manually 15 15 ··· 19 19 20 20 ```bash 21 21 # start the backend 22 - cd server 23 - cargo run 22 + cd server && cargo run 24 23 25 24 # in another terminal, start the frontend 26 - cd client 27 - bun install && bun run -b dev 25 + cd client && bun install && bun run -b dev 28 26 ``` 29 27 30 28 the frontend will be available at `http://localhost:5173` and the backend at `http://localhost:3713`.