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
- Host: GitHub
- URL: https://github.com/chartjs/www.chartjs.org
- Owner: chartjs
- Created: 2016-03-03T16:35:30.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T18:52:07.000Z (about 3 years ago)
- Last Synced: 2024-04-09T14:30:41.742Z (about 2 years ago)
- Topics: canvas, chart, chartjs, html5
- Language: JavaScript
- Homepage: http://www.chartjs.org
- Size: 218 KB
- Stars: 8
- Watchers: 7
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.