- Clone the repo
git clone git@github.com:Capyton/minter-bot.git
- Install the dependencies
npm install
- Create
.envfile accordingly to the sample provided in repo ( look.env.sample)
echo $'BOT_TOKEN=<...>\nADMIN_ID=<...>' > .env- Launch the application
npm start