Visualizes your favorite music using word cloud.
To build tune-cloud
run the following command.
npm install
npm run build
To run all unit tests run the following command:
npm test
to start tune-cloud
locally run the following command:
npm run start
tune-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 test
TODO: Run scan locally