Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 619 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 619 Bytes

Website for d3plus (d3plus.org)

A javascript library that extends D3.js to enable fast and beautiful visualizations.

Installation

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

Run locally

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