Read your favorite blogs on the terminal 📄 [WIP]

rssreader

It's only showing my own blog currently, for testing purposes. I'll add a way to add your own RSS feeds soon.

Setup

npm install

Run it

npm run build
npm start

Development

npm run build:watch
npm run dev