# Contribute

## Local working

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

### Installation

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

### Development

```bash
gulp serve
```

And go to <http://localhost:8080/>

### Generate final code

```bash
gulp build
```
