domotz-remote-pawn
Version:
Domotz Agent
56 lines (32 loc) • 1.01 kB
Markdown
# README #
This README would normally document whatever steps are necessary to get your
application up and running.
### What is this repository for? ###
* Quick summary
This package contains the Domotz Agent: a monitoring tool for network devices.
* Version
See package.json file.
### How do I get set up? ###
* Summary of set up
Domotz Agent is distributed with Domotz Hub Package and cannot work properly
without it.
* Configuration
The configuration is provided from Domotz cloud after subscription.
* Dependencies
Look to package.json
### Who do I talk to? ###
* Corporate
Domotz Ltd <support@domotz.com>
www.domotz.com
* Repo owner or admin
Domotz Development Team <dev@domotz.com>
* Other community or team contact
Iacopo Papalini <iacopo@domotz.com>
Massimiliano Cuzzoli <mcuzzoli@domotz.com>
Andrea Tondo <andrea@domotz.com>
### How do I run the unit tests?
Requirement: node v20.12.2
```
npm install --legacy-peer-deps --ignore-scripts --no-audit --omit=dev
npm run test-cover
```