100% static single file CMS/Wiki done purely with client-side Javascript and HTML5.
See http://www.mdwiki.info for more info and documentation.
See https://github.com/Dynalon/mdwiki/releases for readily precompiled releases.
-
Install node.js >= 0.8 and npm (if not included)
-
Clone this repo
-
Install deps:
npm install
-
Install components
bower install
(or if not installed globally) ./node_modules/.bin/bower install
-
Build MDwiki
grunt release
(or if not installed globally) ./node_modules/.bin/grunt release
-
Find the
mdwiki.html
in therelease/
anddist/
folder