http://jmblog.github.io/openspending-icons/
This is a gallery showcasing SVG icons used in Where Does My Money Go? and its cloned sites (e.g. http://spending.jp). It must be helpful to choice icons when you create an OpenSpending satellite site.
$ git clone [email protected]:jmblog/openspending-icons.git
$ cd openspending-icons/
$ npm install && bower install
An app/icons
directory is a place for SVG files. If you want to add SVG icons for your satellite site, create a sub directory like app/icons/spending.jp
.
$ grunt server
A local HTTP server starts and a browser opens http://localhost:9000 automatically.
$ grunt
A optimized set of files is created in a dist
directory. Copy them to your web server.
If you would like to deploy to your GitHub Page, see https://github.com/yeoman/yeoman/wiki/Deployment.