Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 277 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 277 Bytes

Start the app

pm2 start index.js

Start the app (locally)

node index.js

Check results

In /parser generated folder or In Telegram channel where Telegram bot was added as admin

Reboot the app

pm2 restart 0

Logs of the app

pm2 logs 0

Stop the app

pm2 stop 0