A minimalistic Gatsby blog rendering your favourite RSS feeds.
🏠 Homepage
✨ Demo
- Node (I recommend using latest version)
- Gatsby CLI
- OneGraph
- Clone this repository. -
git clone https://github.com/Hyraze/feedgator.git
or download the zip - Make sure you're in the directory you just created.
cd feedgator
- Create .env file and place the app_id of OneGraph
- Install Node Packages. -
npm install
- Develop. -
gatsby develop
to start the project.This will run the automated build process, start up a webserver, and open the application in your default browser. When doing development with this kit, this command will continue watching files all your files. Every time you hit save the code is rebuilt, linting runs, and tests run automatically.Note that the development build is not optimized.To create a production build, use gatsby build - Build. -
gatsby build
to create a optimized production build - Serve. -
gatsby serve
to start up a webserver, and open the application in your default browser
👤 Hanish Rao
- Website: https://hanishrao.netlify.com/
- Twitter: @Hanishrao
- Github: @Hyraze
- LinkedIn: @hanishrao
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
Copyright © 2020 Hanish Rao.
This project is MIT licensed.