A network visualisation of non profit organizations working on anti-polarization. Built with d3.js
- In bash/terminal/command line,
cdinto your project directory. - Run
npm installto install required files and dependencies. - When it's done installing, run one of the task runners to get going:
gulpmanually compiles files.gulp watchautomatically compiles files and applies changes using BrowserSync when you make changes to your source files.