codemanjaro / feedgator

:book: A minimalistic Gatsby blog rendering your favourite RSS feeds

Home Page:https://feedgator.now.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to Feedgator πŸ‘‹


hero image

:octocat: A minimalistic Gatsby blog rendering your favourite RSS feeds.

GitHub license Code of Conduct contributions welcome Known Vulnerabilities Netlify Status Twitter: Hanishrao

🏠 Homepage

✨ Demo

Prerequisites

Get Started

  1. Clone this repository. - git clone https://github.com/Hyraze/feedgator.git or download the zip
  2. Make sure you're in the directory you just created. cd feedgator
  3. Create .env file and place the app_id of OneGraph
  4. Install Node Packages. - npm install
  5. 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
  6. Build. - gatsby build to create a optimized production build
  7. Serve. - gatsby serve to start up a webserver, and open the application in your default browser

Author

πŸ‘€ Hanish Rao

🀝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

πŸ“ License

Copyright Β© 2020 Hanish Rao.
This project is MIT licensed.


About

:book: A minimalistic Gatsby blog rendering your favourite RSS feeds

https://feedgator.now.sh

License:MIT License


Languages

Language:JavaScript 76.3%Language:CSS 23.7%