data-skeptic / home-data-gallery

A place for people to send pull requests for interesting examples they'd like to share
11 stars 8 forks source link

Stories in Ready

OpenHouse Interactive Tool

This repo is a Node.js webapp with React.js. It retrieves data via the OpenHouse API and allows visitors to interact with and visualize the data made available by the OpenHouse Project. Visitors to this tool can see properties on a map, datatable, or visualizations.

Examples found in code:

How to get involed:

Steps to contribute to this codebase:

  1. Create a feature branch
  2. Make your changes and push
  3. Submit a pull request from your feature branch to dev
  4. Remind us on slack that you did a PR
  5. Wait for the PR to be reviewed/merged
  6. Check the URL above to see your changes live
  7. All things going well, we’ll then merge to master which will deploy to gallery.openhouseproject.co (that step not fully implemented yet)

Running in Dev

  1. npm install
  2. In one terminal tab npm run watch alias for webpack --watch
  3. In another terminal tab npm start alias for http-server which will start a dev http server from the root of the project
  4. Open http://127.0.0.1:8080/react.htm