/d3-workshop

Intro to D3 Workshop

Primary LanguageHTML

D3 Workshop

This repo is a small sandbox to help us get starting playing around visualizing a dataset in D3.

The repository includes scripts to download from the NYC Citi bike system data project website.

Instructions

  1. Clone this repository

    git clone https://github.com/zachmargolis/d3-workshop.git
    cd d3-workshop
  2. Download additional files

    make downloads
  3. Start the development server

    make server
  4. Make changes to index.html and view them at localhost:8000

References