Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 755 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 755 Bytes

Netdata UI Clone

A clone of the Netdata user interface, providing real-time performance monitoring and visualization. This project aims to replicate the intuitive and detailed UI of Netdata, offering insights into system and application metrics.

Screenshots

*Dashboard view showing system metrics.*

*Fleet Section*

Installation

  1. Clone the repository:
    git clone https://github.com/mathiaslawson/Monitoring-Dashboard.git
    
  2. Go to project dir:
    cd Monitoring-Dashboard
    
  3. Install Dependencies:
    npm i
    
  4. Run dev server:
    npm run dev