Node.js must be installed.
- Running
npm installin the module's root directory will install everything you need for development.
npm testwill run the tests once.
npm run buildwill build the module for publishing to npm.npm run cleanwill delete built resources.