Home

Awesome

🦉 Bubo Reader (Fork)

screenshot

Demo Site

This is a personal fork of the excellent Bubo Reader by George Mandis. I've made several opinionated changes to the setup, including replacing dependencies with more compact alternatives. Please see below for deployment instructions.

Original blogpost: Introducing Bubo RSS: An Absurdly Minimalist RSS Feed Reader

Blogpost about my fork: A minimal RSS Feed Reader

Some changes I made:

How to build

Node >=18.x required.

npm install
npm run build

How to host on Github Pages

  1. Fork this repo!
  2. Enable Github Pages for your repo (either as a project site, or user site)
  3. Configure .github/workflows/build.yml to your liking
    • Uncomment the schedule section to enable scheduled builds