Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 896 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 896 Bytes

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.

Quick Start

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.

To Do

See the issues list. And feel free to submit your own.

Contributing

We welcome contributions. Send me an email or open an issue on the GitHub page. Pull requests welcome.