Skip to content

bluehymn/Konva-site-zh_CN

Repository files navigation

当前同步到官网2019-12-12版本

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