This is meant to be run as a CodeComponent inside a Webcms article on dr.dk.
Run a live (and hot) reloading dev server with
$ npm startBuild for distribution using
$ npm run buildThen move it to the network folder Z: or whatever it's called. And reference it in a code component using
<script src='http://dr.dk/wherever/you/put/it'></script>