Skip to content

absyro/botstudio-forge

Bot Studio Forge - Forge Your Robotic Destiny!

Modifying, editing, sharing and maintaining code is permitted; however, employing this software for commercial purposes or as a product is strictly prohibited. Additionally, it is important to note that this application is exclusively authorized for use within the Bot Studio community. Usage in any other community or for production purposes is expressly prohibited. Please review the license terms for further clarification.


Installation

To quickly set up Bot Studio Forge, follow these steps:

  1. Clone the Bot Studio Forge repository:
git clone https://github.com/absyro/botstudio-forge.git && cd botstudio-forge
  1. Install the necessary packages:
npm install
  1. Ensure you have the latest dependencies by updating the packages:
npm update
  1. Start the development mode:
npm run dev