The website for Konva. Created with Hexo framework. You can see the generated files at konvajs/konvajs.github.io repository.
Install dependencies:
$ git clone https://github.com/konvajs/site.git
$ cd site
$ npm install
$ npm install gulp -g
Generate:
$ gulp generate
Run server:
$ gulp server