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: about 1 year ago
JSON representation
CMS/Wiki system using Javascript for 100% client side single page application using Markdown.
- Host: GitHub
- URL: https://github.com/Dynalon/mdwiki
- Owner: Dynalon
- License: other
- Created: 2013-09-28T15:21:07.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2025-02-02T17:34:23.000Z (about 1 year ago)
- Last Synced: 2025-03-29T13:01:24.342Z (about 1 year ago)
- Language: JavaScript
- Size: 1.86 MB
- Stars: 3,153
- Watchers: 162
- Forks: 776
- Open Issues: 116
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-github-projects - mdwiki - CMS/Wiki system using Javascript for 100% client side single page application using Markdown. ⭐3,196 `JavaScript` (📦 Legacy & Inactive Projects)
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