Skip to content

LexHousingStudies/project-pip

 
 

Repository files navigation

Property Praxis

Property Praxis is an interactive web application that visually maps the impact of speculative investment in the housing market on Detroit's physical and topographical geography.

It is a project of the Digital Interactive Research Trajectories (DIRT)Collective. DIRT is:

More information about the project is available at http://propertypraxis.tumblr.com.

Dependencies

This project uses Ember

$ npm install -g ember

Getting Started

$ git clone https://github.com/alexbhill/project-pip.git && cd project-pip
$ npm install && bower install
$ ember serve

This will serve locally at http://localhost:4200

Deployments

This application is served essentially as a static site entirely from GitHub pages. To deploy changes to the gh-pages branch, you can run a convenicence script,

$ npm run deploy

This script runs the ember build command for production and pushes a new subtree to gh-pages.

About

According to Urban Dictionary:

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.2%
  • HTML 20.8%
  • CSS 16.5%
  • Shell 0.5%