1
0
forked from notBrad/bubo-rss

added Express link

This commit is contained in:
George Mandis 2020-02-04 10:09:24 -05:00
parent 6a1529c516
commit e57938b28c

View File

@ -20,7 +20,7 @@ Just changed some feeds in `./src/feeds.json` file and you're set! If you'd like
There is also a special `glitch` branch you can clone if you prefer:
[https://github.com/georgemandis/bubo-rss/tree/glitch](https://github.com/georgemandis/bubo-rss/tree/glitch)
The only difference between this branch and `master` is that it spins up a server using Express to serve your `./output/index.html` file on Glitch. Everything else is the same.
The only difference between this branch and `master` is that it spins up a server using [Express](https://expressjs.com/) to serve your `./output/index.html` file on Glitch. Everything else is the same.
### Deploying to Netlify