Preparing
----------

Install CLI packages if you have not

```bash
$ npm i pon pm2 -g
```

Then, install dependencies and build the project

```bash
$ npm install
$ pon prepare
```