# text

## Install and Run

Download this example or clone [bottender-form](https://github.com/bottenderjs/bottender-form).

```
curl https://codeload.github.com/bottenderjs/bottender-form/tar.gz/master | tar -xz --strip=2 bottender-form-master/examples/text
cd text
```

Install dependencies:

```
npm install
```

After that, you can run the bot with this npm script:

```
npm run dev
```
