Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/chemzqm/md-server
- Owner: chemzqm
- Created: 2013-04-27T18:58:23.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-02-14T08:14:58.000Z (almost 9 years ago)
- Last Synced: 2024-05-27T12:39:54.764Z (7 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 11
- Watchers: 4
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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