Log Monitoring Tools is an open source cross application that makes it easy to monitor logs on servers on your network or on your own computer. It is designed for developers and system administrators.
https://github.com/BuzzSpire/log-monitoring-tools/assets/88425310/6c1b2eac-74aa-43d6-818f-1edaa775f4f2
Here’re some of the project’s best features:
1. Install
$ npm install
2. Development
$ npm run dev
3. Build
4. For windows
⚠️ Powershell must be used for build and must be run as administrator.
$ npm run build:win
5. For macOS
npm run build:mac
6. For Linux
$ npm run build:linux