This commit is contained in:
Collin 2024-03-14 14:56:58 +00:00
parent 2e9632df77
commit b382c6512e
3 changed files with 9 additions and 9 deletions

View File

@ -1,8 +1,8 @@
# Clients
To use LonaDB for your own project, you need to use one of the clients.
[PHP](https://docs.lona-development.org/client/php.html)
[JavaScript](https://docs.lona-development.org/client/javascript.html)
[PHP](https://docs.lona-development.org/client/php.html) <br/>
[JavaScript](https://docs.lona-development.org/client/javascript.html) <br/>
[Python](https://docs.lona-development.org/client/python.html)
We are interested in making LonaDB available in more languages but we are a small team of 4 developers. <br/>

View File

@ -1,5 +1,5 @@
# Prerequisites
Make sure you have curl installed.</br>
Make sure you have curl installed.<br/>
If not:
```bash
sudo apt-get install curl

View File

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