Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 508 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 508 Bytes

charts-js-docs

Documentation for chart library

Installation

$ gem install jekyll

Development

To view the site during development it is easiest to server the site through the jekyll server by running:

$ jekyll serve --watch

Then view the site at http://localhost:4000/

Deployment

The live version of the site is hosted on Github pages. To push changes from the master branch live, merge or pull request master in to the gh-pages branch.