Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 337 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 337 Bytes

saunad

Telegram bot to calculate how long users have been at sauna

HOWTO

  1. Start a telegram bot
  2. Install and compile
    1. npm ci
    2. npm build
  3. Create production.js to config/ or whichever env name you prefer. npm start seeks for production by default.
  4. Run with npm start.