news icon indicating copy to clipboard operation
news copied to clipboard

Your personalized community aggregator.

Fraction News Build Status Code Climate

Your personalized community aggregator.

Installation

After you install Node.js, clone this repository and install dependencies:

git clone https://github.com/fraction/news.git && cd news
npm install

Usage

After you've finished the installation, you can start the server:

npm start

Restart the server:

npm restart

And stop the server:

npm stop

Support

The fastest way to get help is to open an issue.

Contributing

Please use GitHub Flow to contribute. Travis will test your code for errors when you open a pull request, but you can also test locally with npm test. Looking for something to work on? Sometimes CodeClimate has some suggestions.