Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 314 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (18 loc) · 314 Bytes

Contribute

Local working

First of all, you need fork the project and clone.

Installation

npm install -g gulp bower # maybe you need sudo
npm install
bower install

Development

gulp serve

And go to http://localhost:8080/

Generate final code

gulp build