Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 352 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 352 Bytes

Markdown Viewer

A very simple in-browser dynamic markdown viewer using socket.io

Installation

  • cp config.json.example config.json
  • npm install

Usage

./markdownviewer.js /path/to/README.md

and open http://localhost:5001 in your browser.

Or, if you want to run on a different port:

./markdownviewer.js /path/to/README.md -p 6000