Make sure you have the required dependencies needed to run this bot. See here for more information.
Clone the repo on your system:
git clone https://github.com/echtyushi/tool-bot
Then, navigate to the directory and install the NPM packages:
npm install
Navigate to .env.example
and replace the placeholders, after that rename the file to .env
.
To start the project:
npm start
Navigate to docker-compose.yml
and set variable values inside of environment.
Before you run, make sure you build the container first:
docker-compose build
To start the project:
docker-compose up