TypeScript 93.5%
Shell 0.7%
Nix 0.4%
Other 5.5%
3 1 0

Clone this repository

https://tangled.org/kaushikc.org/atproto-experiments
git@tangled.org:kaushikc.org/atproto-experiments

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

README.md

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>