To run locally, first make sure node.js is installed. I am using v12 LTS. Higher version should be okay.
cd <project folder>
npm i
npm start
Should be able to visit localhost:3000
in the browser now.
This is a Botkit starter kit for web, created with the Yeoman generator.
To complete the configuration of this bot, make sure to update the included .env
file with your platform tokens and credentials.
This bot is powered by a folder full of modules. Edit the samples, and add your own in the features/ folder.