Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 731 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 731 Bytes

Coverage branches Coverage functions Coverage lines Coverage statements Deploy to heroku

How to run the project locally

  1. Copy the .env.template file and rename it to .env. Replace the placeholder text for BOT_TOKEN with the valid token.
  2. Install dependencies with npm run install.
  3. You can build the project using npm run build or use npm-watch to rebuild automatically the project on changes.
  4. Get the bot up and running with npm start.