Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 316 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 316 Bytes

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.

To run locally:

npm install
gulp

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