# mdwiki **Repository Path**: eagly/mdwiki ## Basic Information - **Project Name**: mdwiki - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-06-23 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Build Status](https://travis-ci.org/Dynalon/mdwiki.png?branch=master)](https://travis-ci.org/Dynalon/mdwiki) 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 ------------------------ (applies to master branch, stable may differ) 1. Install node.js >= 0.10 and npm (if not included) 2. Clone the mdwiki repo 3. Install deps and build MDwiki (you need automake installed - if you are on Windows check the contents of the Makefile for the list of commands to run them manually): ``` make ``` 4. Find the `mdwiki.html` in the `dist/` folder 5. Development For development, use grunt devel 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. [![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/Dynalon/mdwiki/trend.png)](https://bitdeli.com/free "Bitdeli Badge")