A React component library for rendering common AT Protocol records for applications such as Bluesky and Leaflet.
41
fork

Configure Feed

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

adfa

+2 -9
+2 -9
.tangled/workflows/upload-demo-to-wisp.yml
··· 10 10 dependencies: 11 11 nixpkgs: 12 12 - nodejs 13 - - findutils 13 + - coreutils 14 14 github:NixOS/nixpkgs/nixpkgs-unstable: 15 15 - bun 16 16 ··· 24 24 command: | 25 25 export PATH="$HOME/.nix-profile/bin:$PATH" 26 26 27 - ENV_PATH=$(find /nix/store -name "env" -path "*/coreutils*/bin/env" | head -1) 28 - mkdir -p /usr/bin 29 - ln -sf "$ENV_PATH" /usr/bin/env 30 - ls -la /usr/bin 31 - 32 - /usr/bin/env node --version 33 - 34 27 bun install 35 - bun run build:demo 28 + bunx vite build -m demo 36 29 37 30 - name: upload to wisp 38 31 command: |