ATProto Experiments#

A monorepo of AT Protocol experiments, managed via Yarn workspaces.

Packages#

Development#

# Install dependencies for all packages
yarn install

# Build all packages
yarn build

# Clean build artifacts
yarn clean

# Run specific workspace
yarn start  # Runs bsky-leaflet-sync
yarn dev    # Dev mode for bsky-leaflet-sync

# Run command in specific workspace
yarn workspace @atproto-experiments/bsky-leaflet-sync <command>