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.
*Dashboard view showing system metrics.* *Fleet Section*- Clone the repository:
git clone https://github.com/mathiaslawson/Monitoring-Dashboard.git
- Go to project dir:
cd Monitoring-Dashboard
- Install Dependencies:
npm i
- Run dev server:
npm run dev