Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 930 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 930 Bytes

Codacy Badge Codacy Badge

Espinoso

TL;DR

ngrok is required for development.

git clone [email protected]: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...