Update getting-started.md

This commit is contained in:
Collin 2023-06-13 21:51:15 +02:00 committed by GitHub
parent 652b16da77
commit d04d82ab33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,28 @@
## Prerequisites
To run the LonaDB server, make sure you have the following software installed:
- Node.js (version 12 or above)
- npm (Node Package Manager)
## Installation
To install the LonaDB server, follow these steps:
1. Clone the repository to your local machine:
```bash
git clone https://github.com/LonaDB/Server.git
```
2. Navigate to the project directory:
```bash
cd Server
```
3. Install the dependencies:
```bash
npm install
```