ZenithDevs / KennelLive

A live editor for native depictions, powered by Kennel.

Home Page:https://edit.parcility.co/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A live editor for native depictions, powered by Kennel.

https://edit.parcility.co/

License:MIT License


Languages

Language:JavaScript 89.2%Language:CSS 7.5%Language:HTML 3.3%