An open API service indexing awesome lists of open source software.

https://github.com/tripledoublev/spores-explorer


https://github.com/tripledoublev/spores-explorer

Last synced: about 1 month ago
JSON representation

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
```