From cbcc5964d5c00f4514696a6f3f45558cd79bee44 Mon Sep 17 00:00:00 2001 From: waltem01 Date: Thu, 4 Apr 2024 15:25:11 +0200 Subject: [PATCH] nodejs/npm installation instruction --- Webserver/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Webserver/README.md b/Webserver/README.md index 2905bbb..3382bdd 100644 --- a/Webserver/README.md +++ b/Webserver/README.md @@ -2,6 +2,10 @@ This is a Webserver to host a Website on the same machine as the Matrix API. It allows users to access the functions provided by the [API](../API/) and developers to implement new features and interfaces such as games as demos. +## Prerequisites + +Download and install the [LTS](https://github.com/nodesource/distributions?tab=readme-ov-file#installation-instructions) release of NodeJS and NPM. + ## Installation 1. Download repository with `git clone https://gitlab1.ptb.de/waltem01/Matrix.git`