fraction.io
Version:
Your personalized community aggregator.
48 lines (30 loc) • 2.15 kB
Markdown
[](http://fraction.io)
**Want to learn more? Read the [Fraction overview](http://fraction.io/)!**
[](https://www.npmjs.org/package/fraction.io) [](https://travis-ci.org/fraction/fraction) [](https://codeclimate.com/github/fraction/fraction) [](http://www.apache.org/licenses/LICENSE-2.0.html)
## Getting Started
After you install [Node.js](http://nodejs.org/download/), run these commands:
```sh
# Download Fraction
git clone https://github.com/fraction/fraction.git && cd fraction
# Install dependencies
npm install
# Start Fraction
npm start
```
If you can't access fraction at [http://localhost:3000](http://localhost:3000), please [open an issue](https://github.com/fraction/fraction/issues?state=open).
## Contributing
Please use [GitHub Flow](https://guides.github.com/introduction/flow/index.html) to contribute. [Travis](https://travis-ci.org/fraction/fraction) 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](https://codeclimate.com/github/fraction/fraction/issues) comes up with some great suggestions.
Please feel free [open an issue](https://github.com/fraction/fraction/issues/new) if you have any questions or concerns!
## License
```
Copyright 2014 Christian Bundy
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```