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...