Docs/guide/getting-started.md
2023-06-13 21:51:15 +02:00

480 B

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:
git clone https://github.com/LonaDB/Server.git
  1. Navigate to the project directory:
cd Server
  1. Install the dependencies:
npm install