An in-browser, split-screen live editor for native depictions, powered by Kennel.
Kennel Live Editor is available for use at https://edit.parcility.co/.
Requires Browserify.
# Install Browserify globally
npm install -g browserify
# Install Kennel
npm install
# Compile `bundle.js` for browser use
browserify wrapper.js -o bundle.js
# (and then push this directory to your web host, such as GitHub Pages!)