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