How to run the project locally
May 7, 2022 ยท View on GitHub
How to run the project locally
- Copy the
.env.templatefile and rename it to.env. Replace the placeholder text forBOT_TOKENwith the valid token. - Install dependencies with
npm run install. - You can build the project using
npm run buildor usenpm-watchto rebuild automatically the project on changes. - Get the bot up and running with
npm start.