
# <%= name %>

<%= description %>

## how

### install

```
git clone https://github.com/<%= author %>/<%= name %>
cd <% name %>
npm install
```

## develop

```
npm start
```

browse to <http://localhost:9966/>.

## test

```
npm test
```

## deploy

```
npm run deploy
```
