The sse_dc_editor is a web UI for authoring OpenSPARKL mixes and configurations.
It is a dependency of sse_core and does not normally need to be cloned separately.
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
# creates ./dist folder
npm run build
# build NOT for production WITHOUT minification
# creates ./dist folder
npm run fast
# run unit tests
npm run unit
# run all tests
npm test