Skip to content

Source Code

ancymon edited this page Sep 2, 2024 · 3 revisions

Installation

Follow these steps to install and set up the Minecraft Bot Panel on your system.

Prerequisites

  • Node.js (v14 or higher)
  • Git
  • Minecraft Java Edition

Steps

  1. Clone the repository:
git clone https://github.com/ancym0n/Minecraft-Bot-Panel.git
  1. Navigate to the project directory:
cd Minecraft-Bot-Panel
  1. Install the dependencies:
npm install
  1. Start the application:
npm run start
  1. Package
npm run package;npm run make

Clone this wiki locally