lan-superv
v0.3.704
Published
Node.js app for lan supervision
Downloads
11
Readme
lanSuperv
nodejs lan supervision
How to install ? 0) Download and install last stable version of node js for windows : https://nodejs.org/en/download
- Download and install Nmap software : https://nmap.org/download.html
- Download the application zip and extract it
- Install dependencies with the command: "npm install"
- Build assets with the command: "npm run build"
- Copy "config.js.sample" to "config.js" and edit the file
- Launch application with the command: "npm start"
- Go to http://localhost:842
Notes for devs:
- run "npm run dev" to build no minified javascript for debug purposes
- run "npm publish" and then copy "./dist/win-unpacked/resources/app-update.yml" to "app/dev-app-update.yml"
- build for macOS is supported only on macOS (and untested)