datamade/where-to-buy

Name: where-to-buy

Owner: datamade

Description: ? Help Crain's readers decide where to buy real estate

Forked from: Crains-Chicago/where-to-buy

Created: 2017-05-19 00:24:35.0

Updated: 2017-05-19 00:24:37.0

Pushed: 2017-05-19 15:02:44.0

Homepage: http://wheretobuy.datamade.us

Size: 20828

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Where to Buy

A web tool that visualizes Book of Lists data and Chicagoland real estate reports to help Crain's readers decide where to buy real estate.

Running locally

This website is built using Jekyll, a static site generator that runs on Ruby. We developed it with Ruby v2.1.3, but any version >2.1.0 should work. If you don't have Ruby installed, we recommend you manage your installation with rbenv or RVM.

Once you have the correct Ruby version up and running, install the package manager Bundler:

install bundler

Then clone this project and install its dependencies using Bundler:

clone https://github.com/datamade/where-to-buy.git
here-to-buy
le install

To serve the site locally, run the following command:

le exec jekyll serve -w

Then open your web browser and navigate to http://localhost:4000 (or whatever server address Jekyll printed to your console).

Deployment

Crain's handles production deployment on their end. To deploy to our staging site, push to the deploy branch:

push origin master && git push origin master:deploy
Updating data

All data for the site lives in the data/ subdirectory. Head over there for more information if you need to update any of the site's data sources.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.