A web application for exploring California landscape photos collected in the 1920s and 30s by the Wieslander Vegetation Type Mapping (VTM) project and some more recent reshoots taken of the same areas.
The framework is based on ngBoilerPlate, a kickstarter for building AngularJS projects. Install Node.js and then:
$ git clone git://github.com/berkeley-gif/vtmphoto
$ cd vtmphoto
$ sudo npm -g install grunt-cli karma bower
$ npm install
$ bower install
$ grunt watch
Finally, open build/index.html
in your browser.
See the issues list. And feel free to submit your own.
We welcome contributions. Send me an email or open an issue on the GitHub page. Pull requests welcome.