Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 510 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 510 Bytes

documentation

Documentation for qgrid

Developing

Use dev branch for documentation development.

$ npm install
$ npm install hexo-cli -g

Start server dev server at http://localhost:4000

$ hexo server

Generate public folder and watch for changes in sources

$ hexo generate --watch

Delete public folder

$ hexo clean

Deploying

The site is deployed using GitHub pages:

$ hexo clean && hexo deploy -g