Blueno/demonic-web
Blueno b4d76f4830 first commit 2022-03-27 14:51:43 -04:00
..
assets first commit 2022-03-27 14:51:43 -04:00
dist first commit 2022-03-27 14:51:43 -04:00
site first commit 2022-03-27 14:51:43 -04:00
src first commit 2022-03-27 14:51:43 -04:00
.gitignore first commit 2022-03-27 14:51:43 -04:00
README.md first commit 2022-03-27 14:51:43 -04:00
package-lock.json first commit 2022-03-27 14:51:43 -04:00
package.json first commit 2022-03-27 14:51:43 -04:00
webpack.config.js first commit 2022-03-27 14:51:43 -04:00

README.md

demonic logo

demonic-web

A web-based terminal for running commands and code snippets in a sandboxed environment.

Try it out at liambeckman.com/code/demonic.

demonic in action

Installation

# get code
git clone https://github.com/lbeckman314/demonic-web
cd demonic-web

# install dependencies
npm install

# bundle webpack
npm run build

Upon 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.

client terminal

Uninstallation

# remove this directory
rm -rf demonic-web

See Also