Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 2.62 KB

README.md

File metadata and controls

52 lines (33 loc) · 2.62 KB

Neighbor.ly Build Status Coverage Status Code Climate Dependency Status

Pivoting time 🚀 🚀 🚀

The platform is moving to the bond market, selling municipal bonds.

From now on, you have two options:

  • Join us on the Bond MVP milestone and discover what are being planned and make them happen.
  • Head to neighborly/crowdfunding for the crowdfunding platform. Related issues and pull request should be kept there.

How to contribute

Please see the CONTRIBUTING file for information on contributing to Neighbor.ly's development.

Style Guide

Make sure you follow our style guide.

Quick Installation

To get everything working, you'll need to have these dependencies installed in your system:

Then, you can run the following commands:

$ git clone https://github.com/neighborly/neighborly.git
$ cd neighborly
$ ./bin/bootstrap
$ foreman start

You are now running Neighbor.ly on http://localhost:3000 with sample configuration. If you plan to use it more than just get it running, you should change configuration (check db/seeds.rb for examples) and maybe run development seeds:

$ rails runner db/development_seeds.rb

Credits

Originally forked from Catarse. Adapted by devton, josemarluedke, irio, and luminopolis. Made possible by support from hundreds of code contributors, financial support from Knight Foundation and Sunlight Foundation, plus lots of love & bbq sauce in downtown Kansas City, Missouri.

License

Copyright (c) 2012 - 2014 Neighbor.ly. Licensed as free and open source under the MIT License