by Anne-Marie Dufour - annemariedufour.com
A d3.js visualisation of how small changes to our daily diet can have a big impact on our foodprint.
Project gulp boilerplate
Based on Gulp Boilerplate by Chris Fernandi
To run the project locally
- In bash/terminal/command line,
cd
into your project directory. - Run
npm install
to install required files and dependencies. - When it's done installing, run one of the task runners to get going:
gulp
manually compiles files.gulp watch
automatically compiles files and applies changes using BrowserSync when you make changes to your source files.
License
The code is available under the MIT License.