Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 365 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 365 Bytes

Bot Chat Test

Test the botchat.

Getting up & running

  1. clone this repo

  2. In your environment (or .env file) set a default app secret.

APP_SECRET = direct_line_app_secret

  1. Configure

npm install

  1. Build & run

npm run build npm run start

... or just run it here