site icon indicating copy to clipboard operation
site copied to clipboard

Homepage generator for Konva.js project

Konva Website

The website for Konva. Created with Hexo framework. You can see the generated files at konvajs/konvajs.github.io repository.

Getting started

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