Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.07 KB

markdown.md

File metadata and controls

14 lines (11 loc) · 1.07 KB

How to live debug markdown

Grip is a command-line server application written in Python that uses the GitHub markdown API to render a local readme file. The styles and rendering come directly from GitHub, so you'll know exactly how it will appear. Changes you make to the Readme will be instantly reflected in the browser without requiring a page refresh.Grip is a command-line server application written in Python that uses the GitHub markdown API to render a local readme file. The styles and rendering come directly from GitHub, so you'll know exactly how it will appear. Changes you make to the Readme will be instantly reflected in the browser without requiring a page refresh.

$ pip install grip
$ cd <your_markdown_repo>
$ grip . 0.0.0.0:8081

Note: Please make sure 8081 port is not used by any other service