demonic-web
v0.1.8
Published
Demonic web client for running commands and code snippets in a sandboxed environment.
Readme

demonic-web
A web-based terminal for running commands and code snippets in a sandboxed environment.
Try it out at liambeckman.com/code/demonic.
Installation
# get code
git clone https://github.com/lbeckman314/demonic-web
cd demonic-web
# install dependencies
npm install
# bundle webpack
npm run buildUpon opening site/client.html in your favorite browser you'll have an example of the demonic web client sharing commands and output with the demonic server.

Uninstallation
# remove this directory
rm -rf demonic-webSee Also
- Demonic-Server: The backend for this client.
- Demonic-Docs: Integrates demonic-web into your documentation.

