Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chemzqm/md-server

A constant markdown file parsing, watching and reload server.
https://github.com/chemzqm/md-server

Last synced: 3 months ago
JSON representation

A constant markdown file parsing, watching and reload server.

Awesome Lists containing this project

README

        

#md-server

Edit your file with your favourite editor and get the result in the browser when you save the file.

A constant markdown file parsing, watching and reload server.
It's super easy to use, it could reload your browser when you save the markdown file.
Any [issue](https://github.com/chemzqm/md-server/issues) is welcome!

#Features

* **live edit**, browser will autoreload when the markdown file changed
* **gfm enabled**
* **syntax highlight** using [color-marked](https://github.com/chemzqm/marked) the css style is the same as github

##Install

Your have to install [node.js](http://nodejs.org/download/) at first.

``` sh
$ npm install -g md-server
```

##Usage

``` sh
$ md-server README.md
```
open your browser with url