Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/Dynalon/mdwiki

CMS/Wiki system using Javascript for 100% client side single page application using Markdown.
https://github.com/Dynalon/mdwiki

Last synced: 7 days ago
JSON representation

CMS/Wiki system using Javascript for 100% client side single page application using Markdown.

Lists

README

        

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