Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 988 Bytes

File metadata and controls

49 lines (32 loc) · 988 Bytes

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