> For the complete documentation index, see [llms.txt](https://leaf.js.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://leaf.js.org/quick-start.md).

# 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 .`
