It is a web component used in Cell Distance Explorer
Use the following commands to lint, build and run the app
# lint
$ npx nx run cde-visualization-wc:lint
# build
$ npx nx run cde-visualization-wc:build
# serve
$ npx nx run cde-visualization-wc:serve
#test
$ npx nx run cde-visualization-wc:test
- To make a new change on the app, make the change here and create a pull request.