Yoctol / bottender

⚡️ A framework for building conversational user interfaces.
https://bottender.js.org
MIT License
4.21k stars 334 forks source link

Readme: Mention creating ngrok account for development #959

Open meeech opened 2 years ago

meeech commented 2 years ago

When I was following the getting started guide (slack), everything worked great with yarn dev and using the provided ngrok url.

However, after starting/stopping server a bit, the ngrok url provided stopped working.

It wasn't clear to me that I needed to go register on the ngrok site for an account. (did I miss that somewhere in the docs?) Once I did that, and added my auth to ~/.ngrok2/ngrok.yml everything worked again.

If it is welcome, I am happy to open a pr to add this bit of info to the readme.