Exploring in depth 3 Chinese landscape paintings from the RISD Museum, powered by d3 and Foundation.
Compiled assets are located in dist
, and can be served with any static server. A Procfile
is configured to serve using harp.js, for Heroku deploys.
To rebuild assets:
npm install
./node_modules/bower/bin/bower install
gulp build
To build and serve using BrowserSync, watching for changes:
npm install
npm install -g bower
bower install
gulp
To create compressed, production-ready assets, run npm run build
.