Retro Bulletin Board Systems on atproto. Web app and TUI. lazy mirror of alyraffauf/atbbs atbbs.xyz
forums python tui atproto bbs
3
fork

Configure Feed

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

just: drop build dep from release

+2 -2
+2 -2
justfile
··· 14 14 cd web && npm run lex 15 15 16 16 build: 17 - cd web && VITE_PUBLIC_URL=${PUBLIC_URL} npm run build 17 + cd web && VITE_PUBLIC_URL=${PUBLIC_URL:-} npm run build 18 18 19 19 docker: 20 20 docker build -t atbbs . ··· 34 34 uv lock 35 35 36 36 # Tag and push a release 37 - release ver: (version ver) build 37 + release ver: (version ver) 38 38 git add -A 39 39 git commit -m "v{{ ver }}" 40 40 git tag "v{{ ver }}"