Docs/guide/webinterface.md
2024-03-14 14:34:06 +00:00

20 lines
398 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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!