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:

  1. Clone the repo. git clone --recurse-submodules https://github.com/LeafMCBE/Server.git

  2. Install the dependencies. npm i

  3. Start the server! node .

Last updated