Skip to content
This repository has been archived by the owner on Nov 11, 2018. It is now read-only.

Latest commit

 

History

History
40 lines (25 loc) · 1.17 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.17 KB

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.