Library for playing alarm sounds, for example to draw attention to an application or notification
npm install @quadrel-enterprise-ui/alarmRun npm run start or nx serve to start the test app for development. The test app integrates all libraries of the monorepo.
Run nx build qd-alarm to build the project. The build artifacts will be stored in the dist/libs/qd-alarm directory. Use --configuration production for a production build.
Run nx test qd-alarm to execute the unit tests via Jest.
Releases can be made on a release branch with the following commands:
Run nx release-patch qd-alarm to create a patch release.
Run nx release-minor qd-alarm to create a minor release.
Run nx release-major qd-alarm to create a major release.
Run nx prerelease qd-alarm to create a beta release.
Run nx premajor qd-alarm to create a beta major release.
To get more help on the NX CLI use nx help or go check out the documentation NX CLI Commands.