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