Skip to content

12-cactus/espi

Repository files navigation

Espinoso

TL;DR

ngrok is required for development.

git clone git@github.com:12-cactus/espi.git && cd espi
yarn install
cp .env.example .env

Create 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 tunnel

Console two:

yarn dev

Finish, /start your bot on Telegram and enjoy to code...