Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 533 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 533 Bytes

Kennel Live Renderer

An in-browser, split-screen live editor for native depictions, powered by Kennel.

Try it Out!

Kennel Live Editor is available for use at https://edit.parcility.co/.

Building

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!)