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

f

+5 -1
+5 -1
.tangled/workflows/upload-demo-to-wisp.yml
··· 6 6 clone: 7 7 skip: false 8 8 depth: 1 9 - submodules: false 9 + submodules: false 10 10 dependencies: 11 + nixpkgs: 12 + - nodejs 13 + - coreutils 11 14 github:NixOS/nixpkgs/nixpkgs-unstable: 12 15 - bun 13 16 ··· 20 23 - name: build demo 21 24 command: | 22 25 export PATH="$HOME/.nix-profile/bin:$PATH" 26 + ls -la /usr/bin 23 27 bun run build:demo 24 28 25 29 - name: upload to wisp