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 original project and readily precompiled releases.
(applies to this branch, others may differ)
-
Install node.js >= 16.0.0 and npm (if not included)
-
Clone the mdwiki repo
-
Install deps and build MDwiki:
npm install npm update ./node_modules/.bin/grunt
To get unminified source code compiled to
dist/mdwiki-debug.html
, as well as auto file watching and livereload support. Symlink the development mdwiki file into your webroot for testing. -
Find the
mdwiki.html
in thedist/
folder -
Development server
For loqading of development server, use
./node_modules/.bin/grunt serve
-
Release
For creating release files, use
./node_modules/.bin/grunt release
Files will be created in
release
folder