Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/square/intro-to-d3

a D3.js tutorial
https://github.com/square/intro-to-d3

Last synced: 3 months ago
JSON representation

a D3.js tutorial

Awesome Lists containing this project

README

        

# Intro to D3

This is the source for Square's [Intro to D3.js][intro-to-d3] tutorial, it's
a brief intro to d3.js with examples.

[intro-to-d3]: https://square.github.io/intro-to-d3

## Developing Locally

Make sure you have Jekyll.

```
gem install jekyll
```

Generate the static HTML and serve it locally:

```
jekyll serve --watch
```

## Contributing

See our [CONTRIBUTING.md](CONTRIBUTING.md).

## License

See our [LICENSE.txt](LICENSE.txt).