ngrok is required for development.
git clone git@github.com:12-cactus/espi.git && cd espi
yarn install
cp .env.example .envCreate your dev bot using BotFather and the command /newbot, then add your bot token to the .env file.
When finish those steps, you have to make a tunnel and then start. Console one:
yarn tunnelConsole two:
yarn devFinish, /start your bot on Telegram and enjoy to code...