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:
- Joshua Akers (Research)
- Alex B. Hill (Design/Research)
- Aaron Petcoff (Web Design/Development)
More information about the project is available at http://propertypraxis.tumblr.com.
This project uses Ember
$ npm install -g ember
$ 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
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
.