Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 731 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 731 Bytes

BotMaster Assistant

BotMaster Assistant is a desktop application designed to run Puppeteer automations locally with ease.

Overview

BotMaster Assistant simplifies the process of running Puppeteer automations on your local machine. With its user-friendly interface, you can easily manage and execute your Puppeteer scripts without hassle. Ideal for businesses looking to provide automation capabilities to their employees for execution on their local machines.

Installation

Install

To install BotMaster Assistant and its dependencies, simply run:

yarn

Development

yarn dev

Build

# For windows
yarn build:win

# For macOS
yarn build:mac

# For Linux
yarn build:linux