Visualizes your favorite music using word cloud.
To build tune-cloud run the following command.
npm install
npm run buildTo run all unit tests run the following command:
npm testto start tune-cloud locally run the following command:
npm run starttune-cloud run on Github pages. to deploy build the app and merge the build directory into main
All Scans are ran as part of the build pipeline.
The sonar client can be used to run locally.
to run Snyk scans locally run the following command:
snyk testTODO: Run scan locally
