Firstly, ensure you have Node.js v19.9.0 or higher, Yarn (to install: npm i -g yarn) and Git installed. Clone the code and install dependencies by running:
git clone https://github.com/juaneth/BotDev.git BotDev
cd BotDev
npm i
npm i pm2 -g
To open run npm run dev or to build to an executable run npm run build