HIAA1210 / brushwork-explorations

Interactive online tour + analysis of 3 Chinese landscape paintings in the RISD Museum.
https://hiaa1210.github.io/brushwork-explorations/dist/
1 stars 0 forks source link

Brushwork Explorations

Exploring in depth 3 Chinese landscape paintings from the RISD Museum, powered by d3 and Foundation.

Serve

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.

Build

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.