# Contributing

Basically, if you send me pull request of the issues, I will review and merge.

# How to Dev

#### Build

```bash
$ npm run build
```

#### Test

You can test your source code before merge.

```bash
$ npm test
```

For develop TDD, using watch script.

```bash
$ npm run test:watch
```
