0.1.4 • Published 3 years ago

demonic-docs v0.1.4

Weekly downloads
7
License
Apache-2.0
Repository
-
Last release
3 years ago

demonic logo

demonic-docs

Demonic documentation for running code snippets in a sandboxed environment.

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

demonic in action

Installation

git clone https://github.com/lbeckman314/demonic-docs
cd demonic-docs

# install dependencies
npm install

# bundle webpack
npm run build

Then you can use your favorite browser to open sites/docs.html. Each code snippet should be editable and runnable.

demonic-docs

To convert the default docs.md file to a new docs.html file, enter:

cd site
pandoc -f markdown -t html -s docs.md -o docs.html -H head.html

Uninstallation

# remove this directory
rm -rfI demonic-docs
0.1.4

3 years ago

0.1.3

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago