tangled
alpha
login
or
join now
nekomimi.pet
/
atproto-ui
41
fork
atom
A React component library for rendering common AT Protocol records for applications such as Bluesky and Leaflet.
41
fork
atom
overview
issues
2
pulls
pipelines
we are close
@nekomimi.pet
4 months ago
77950f6c
dcacf61e
0/1
upload-demo-to-wisp.yml
failed
31s
+3
-1
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
upload-demo-to-wisp.yml
+3
-1
.tangled/workflows/upload-demo-to-wisp.yml
reviewed
···
11
11
nixpkgs:
12
12
- nodejs
13
13
- coreutils
14
14
+
- curl
14
15
github:NixOS/nixpkgs/nixpkgs-unstable:
15
16
- bun
16
17
···
27
28
bun install
28
29
bun install @rolldown/binding-linux-arm64-gnu --save-optional
29
30
30
30
-
bun run build:demo
31
31
+
ls
32
32
+
node node_modules/.bin/vite build -m demo
31
33
32
34
echo "Checking dist directory..."
33
35
ls -la dist/ || echo "No dist directory found"