Quick Start
Starting to use the LeafMCBE
Before Installing:
There are some requirements to install to make this installation work with no errors. They are: 1. Node - https://nodejs.org/ 2. Git - https://git-scm.com/ 3. Visual Studio Code (Optional) - https://code.visualstudio.com/
Installation:
Clone the repo.
git clone --recurse-submodules https://github.com/LeafMCBE/Server.git
Install the dependencies.
npm i
Start the server!
node .
Last updated