Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 609 Bytes

File metadata and controls

34 lines (21 loc) · 609 Bytes

NetAlertX Web

The web interface for NetAlertX, a network monitoring and asset discovery tool.

Installation

Clone the repository and install dependencies:

git clone https://github.com/netalertx/NetAlertX-web.git
cd NetAlertX-web
npm install

Running the App

Start the development server:

npm start

Open http://localhost:3000 in your browser.

Build for Production

npm run build

Learn More

For more information about NetAlertX, visit netalertx.com or the documentation.