Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 530 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 530 Bytes

MDwiki

100% static single file CMS/Wiki done purely with client-side Javascript and HTML5.

See http://www.mdwiki.info for more info and documentation.

Download

See https://github.com/Dynalon/mdwiki/releases for readily precompiled releases.

How to build from source

  1. Install node.js >= 18 and npm (if not included)

  2. Clone this repo

  3. Install deps:

    npm install

  4. Build MDwiki

    npm run build

  5. Find the mdwiki.html in the release/ and dist/ folder