Your personalized community aggregator.
After you install Node.js, clone this repository and install dependencies:
git clone https://github.com/fraction/news.git && cd news
npm install
After you've finished the installation, you can start the server:
npm start
Restart the server:
npm restart
And stop the server:
npm stop
The fastest way to get help is to open an issue.
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.