rehack-news is a Hacker News client for searching Hacker News stories, viewing top stories and saving stories to read later. This project was bootstrapped with Create React App and uses a Rails API for saved stories.
To use this app
- clone
cd rehack-news/rehack-news-api
- run
bundle install
rake db:migrate
cd ../rehack-news-client
- run
npm install
cd ../rehack-news-api
rake start
For submitting something back, be it a patch, some documentation, or new feature requires some level of community interactions.
Committing code is easy:
- Fork this repository
- Create a local development branch for the bug fix
- Make the change, and push your local branch to your Github fork with descriptive commits in the standard format.
- Send me a pull request for your changes to be included
rehack-news is licensed under the MIT license.