ATProto Experiments#
A monorepo of AT Protocol experiments, managed via Yarn workspaces.
Packages#
- @atproto-experiments/bsky-leaflet-sync — Automatic syncing of Bluesky replies to Leaflet.pub posts as Leaflet.pub comments
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>