A social RSS reader built on the AT Protocol. glean.at
glean atproto atmosphere rss feed social app
14
fork

Configure Feed

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

Add build tools to CI dependencies

+7
+7
.tangled/workflows/ci.yml
··· 15 15 nixpkgs: 16 16 - go 17 17 - gcc 18 + - gnumake 19 + - gnugrep 20 + - gawk 21 + - nodejs 18 22 19 23 steps: 24 + - name: "Install node dependencies" 25 + command: "npm install" 26 + 20 27 - name: "Build glean" 21 28 command: "make build" 22 29