Launching the bot Install all dependencies npm install Create an .env file using .env.template as a template. Populate database with first 100 words: node maintenance/populate.js npm run-script populate Start the bot: npm start