Cybermon: A futuristic hardware monitoring dashboard built with SvelteKit
6 days ago
- #LibreHardwareMonitor
- #system-stats
- #web-server
- Relies on LibreHardwareMonitor to fetch system statistics.
- Download the latest Nightly Build of LibreHardwareMonitor.
- Run LibreHardwareMonitor on the host machine.
- Enable HTTP server in LibreHardwareMonitor: Options > Remote Web Server > Run (default port: 8085).
- Create a .env file in the project root and set API URL: PUBLIC_LIBRE_HARDWARE_API=http://localhost:8085.
- Replace 'localhost' with host IP if accessing from a different device.
- Run 'pnpm install' and 'pnpm run dev' to set up and start the project.