Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

opensparkl/sse_dc_editor

Repository files navigation

OpenSPARKL Mix Authoring Tool

OpenSPARKL Project Home

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.

Build

# 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