Readme.md --> start server

This commit is contained in:
Georg Reisinger 2022-02-01 13:58:35 +01:00
parent 1b523cf458
commit 3ff5f659f4

View File

@ -1,3 +1,13 @@
# NtopngGlobe
Ntopng alerts are displayed in Globe.gl
Ntopng alerts are displayed in Globe.gl
### Install packages
``` sh
npm install
```
### Start Server
``` sh
npm start
```