Docs/guide/webinterface.md

20 lines
380 B
Markdown
Raw Normal View History

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