Bluesky app fork with some witchin' additions 馃挮 witchsky.app
bluesky fork client
144
fork

Configure Feed

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

at main 23 lines 411 B view raw
1when: 2 - event: ["manual"] 3 branch: ["main"] 4 5engine: "nixery" 6 7dependencies: 8 nixpkgs: 9 - nodejs-slim_20 10 - yarn 11 - justbuild 12 - wrangler 13 14steps: 15 - name: Install dependencies 16 command: "yarn install --frozen-lockfile" 17 18 - name: Build 19 command: "just dist-build-web" 20 21 - name: Publish to Cloudflare Pages 22 command: | 23 wrangler pages deploy ./web-build --project-name=witchsky