Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 607 Bytes

readme.md

File metadata and controls

24 lines (19 loc) · 607 Bytes

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.