Skip to content
This repository has been archived by the owner on Oct 24, 2018. It is now read-only.

Latest commit

 

History

History
26 lines (16 loc) · 433 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 433 Bytes

Mærkesager

This is meant to be run as a CodeComponent inside a Webcms article on dr.dk.

Development

Run a live (and hot) reloading dev server with

$ npm start

Production

Build for distribution using

$ npm run build

Then 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>