atmo-stats#
Work in progress atmosphere stats viewer.
Something I threw together to show the sh.tangled.repo activity. Might expand to other things in the future if there's interest!
Running#
You'll need pnpm 11 and Node 26, then you should just be able to run pnpm install and pnpm dev. This won't work on Safari.
Oh, and you'll need rust btw to run cargo run -p uplc in another terminal. You should run this from the uplc directory for now. You'll need libduckdb, but if you don't have that or find it easier you can run with --features 'duckdb/bundled' and it should sort it our for you.