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

https://github.com/chartjs/www.chartjs.org

Chart.js website
https://github.com/chartjs/www.chartjs.org

canvas chart chartjs html5

Last synced: 10 months ago
JSON representation

Chart.js website

Awesome Lists containing this project

README

          

# Chart.js public website + docs

This repo builds the Chart.js docs as a static site, and the www.chartjs.org homepage.

Tasks are managed via [gulp](http://gulpjs.com/).

To run locally:

```bash
npm install
gulp
```

This will set up file watchers, build the site and start a server on port 8080 for the website.