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

adfa

Changed files
+2 -9
.tangled
+2 -9
.tangled/workflows/upload-demo-to-wisp.yml
···
dependencies:
nixpkgs:
- nodejs
-
- findutils
github:NixOS/nixpkgs/nixpkgs-unstable:
- bun
···
command: |
export PATH="$HOME/.nix-profile/bin:$PATH"
-
ENV_PATH=$(find /nix/store -name "env" -path "*/coreutils*/bin/env" | head -1)
-
mkdir -p /usr/bin
-
ln -sf "$ENV_PATH" /usr/bin/env
-
ls -la /usr/bin
-
-
/usr/bin/env node --version
-
bun install
-
bun run build:demo
- name: upload to wisp
command: |
···
dependencies:
nixpkgs:
- nodejs
+
- coreutils
github:NixOS/nixpkgs/nixpkgs-unstable:
- bun
···
command: |
export PATH="$HOME/.nix-profile/bin:$PATH"
bun install
+
bunx vite build -m demo
- name: upload to wisp
command: |