Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 450 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 450 Bytes

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