https://github.com/tripledoublev/spores-explorer
https://github.com/tripledoublev/spores-explorer
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tripledoublev/spores-explorer
- Owner: tripledoublev
- Created: 2026-02-25T20:11:35.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-02-25T20:37:34.000Z (5 months ago)
- Last Synced: 2026-02-25T22:44:37.653Z (5 months ago)
- Language: Svelte
- Homepage: https://tripledoublev.github.io/spores-explorer/
- Size: 38.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# atproto app stats
A rough prototype for exploring records and metrics from [spores.garden](https://spores.garden) activity on the AT Protocol.
Browse collections, inspect user records, and get a feel for what's happening in the garden.
**Live**: https://tripledoublev.github.io/spores-explorer/
## Development
```bash
npm install
npm run dev
```
Then open http://localhost:5173.
```bash
npm run build # production build
npm run preview # preview the build locally
npm run check # type-check with svelte-check
```