Skip to content
/ mdwiki Public
forked from Dynalon/mdwiki

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

License

Notifications You must be signed in to change notification settings

re-pesk/mdwiki

This branch is 238 commits ahead of Dynalon/mdwiki:0.6.x.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dc51508 · Feb 18, 2023
Feb 18, 2023
Feb 18, 2023
Nov 20, 2013
Feb 18, 2023
Feb 18, 2023
Jan 28, 2023
Feb 18, 2023
Feb 3, 2016
Sep 28, 2013
Feb 18, 2023
Sep 28, 2013
Feb 18, 2023
Feb 18, 2023
Feb 18, 2023
Dec 9, 2013

Repository files navigation

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.

!! This fork of original project is currently only for experiments and not for production use !!

Download

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

How to build from source

(applies to this branch, others may differ)

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

  2. Clone the mdwiki repo

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

  4. Find the mdwiki.html in the dist/ folder

  5. Development server

    For loqading of development server, use

    ./node_modules/.bin/grunt serve
  6. Release

    For creating release files, use

    ./node_modules/.bin/grunt release

    Files will be created in release folder

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 94.8%
  • EJS 1.8%
  • CSS 1.6%
  • Shell 1.5%
  • HTML 0.3%