Skip to content

tune-cloud/tune-cloud.github.io

Repository files navigation

tune-cloud-logo Tune Cloud Deploy to Github pages

Visualizes your favorite music using word cloud.

Build

To build tune-cloud run the following command.

npm install
npm run build

Tests

Unit

To run all unit tests run the following command:

npm test

Run

to start tune-cloud locally run the following command:

npm run start

Deploy

tune-cloud run on Github pages. to deploy build the app and merge the build directory into main

Scanning

All Scans are ran as part of the build pipeline.

Sonar

The sonar client can be used to run locally.

Snyk

to run Snyk scans locally run the following command:

snyk test

CodeQL

TODO: Run scan locally

Releases

No releases published

Packages

No packages published