atmosphere explorer
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

TypeScript 94.3%
JavaScript 5.3%
HTML 0.3%
Other 0.1%
1703 2 20

Clone this repository

https://tangled.org/bas.sh/pdsls https://tangled.org/did:plc:c52wep6lj4sfbsqiz3yvb55h/pdsls
git@knot.bas.sh:bas.sh/pdsls git@knot.bas.sh:did:plc:c52wep6lj4sfbsqiz3yvb55h/pdsls

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

PDSls - Atmosphere Explorer#

Lightweight web app to navigate atproto.

Hacking#

You will need node and pnpm to get started:

pnpm i                   # install deps
pnpm dev                 # runs local dev server
pnpm build               # bundles the production app
pnpx wrangler pages dev  # runs worker locally

Set APP_DOMAIN (default: pdsls.dev) and APP_PROTOCOL (default: https) to configure the base URL used in the generated OAuth and OpenSearch metadata files.