This is a web application that lets you add, display, and filter any RSS feeds, and it is currently deployed on netlify.
- VueJS
- Vuetify
- Netlify Lambda
- RSS Parser
$ yarn install
For local development, you will need to run
$ yarn serve
in order to serve the client, and also
$ yarn lambda
in order to serve the lambda functions locally.
$ yarn build
$ yarn lint