From 3ff5f659f41035d51356e1d27abf372a09438ee1 Mon Sep 17 00:00:00 2001 From: Georg Reisinger Date: Tue, 1 Feb 2022 13:58:35 +0100 Subject: [PATCH] Readme.md --> start server --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d3ccd9..a821b8e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # NtopngGlobe -Ntopng alerts are displayed in Globe.gl \ No newline at end of file +Ntopng alerts are displayed in Globe.gl + +### Install packages +``` sh +npm install +``` + +### Start Server +``` sh +npm start +``` \ No newline at end of file