# Installation ## To install the LonaDB Webinterface, you first need to clone the Repository and go into the directory ```bash git clone https://github.com/LonaDB/Webinterface cd Webinterface ``` ## Install the NPM Packages ```bash npm install ``` ## Run the server and go through the Setup ```bash node webinterface ``` ## Use it! Thats it. The installation can't get easier!