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

f

Changed files
+5 -1
.tangled
+5 -1
.tangled/workflows/upload-demo-to-wisp.yml
···
clone:
skip: false
depth: 1
-
submodules: false
dependencies:
github:NixOS/nixpkgs/nixpkgs-unstable:
- bun
···
- name: build demo
command: |
export PATH="$HOME/.nix-profile/bin:$PATH"
bun run build:demo
- name: upload to wisp
···
clone:
skip: false
depth: 1
+
submodules: false
dependencies:
+
nixpkgs:
+
- nodejs
+
- coreutils
github:NixOS/nixpkgs/nixpkgs-unstable:
- bun
···
- name: build demo
command: |
export PATH="$HOME/.nix-profile/bin:$PATH"
+
ls -la /usr/bin
bun run build:demo
- name: upload to wisp