A javascript library that extends D3.js to enable fast and beautiful visualizations.
The D3plus website runs on Github Pages, which uses Jekyll for generating dynamic content. Installation instructions found here: https://help.github.com/articles/using-jekyll-with-pages
Once Jekyll is installed and running you'll need to install the site's dependencies and begin serving the site locally using the built in web server.
bundle install
bundle exec jekyll serve
You can now view the site in your browser at: http://localhost:4000