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.
- Host: GitHub
- URL: https://github.com/Dynalon/mdwiki
- Owner: Dynalon
- License: other
- Created: 2013-09-28T15:21:07.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2024-03-17T17:28:33.000Z (8 months ago)
- Last Synced: 2024-10-29T15:35:33.340Z (13 days ago)
- Language: JavaScript
- Size: 1.89 MB
- Stars: 3,123
- Watchers: 161
- Forks: 774
- Open Issues: 115
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: LICENSE.txt
Awesome Lists containing this project
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