codeforkansascity / Neighborhood-Dashboard

We're working to help neighborhoods help themselves by giving them easy access to useful data to allow them to identify and track problem areas in their neighborhood.
https://neighborhood-dashboard.codeforkc.org/
MIT License
18 stars 9 forks source link

Add bundle install --without production to the README #36

Closed JakeLaCombe closed 8 years ago

JakeLaCombe commented 8 years ago

In order to do proper development with rails, developers need to install development only gems. However, this step was missing from the guide.

This commit adds it back in so that developers can get started with application development.

Reference Issue https://github.com/codeforkansascity/Neighborhood-Dashboard/issues/35