Skip to content
This repository has been archived by the owner on Dec 1, 2017. It is now read-only.

Latest commit

 

History

History
21 lines (11 loc) · 679 Bytes

readme.md

File metadata and controls

21 lines (11 loc) · 679 Bytes

DEPRECATED: This project has been archived, but may be re-opened if brought back up to speed.

Walkthrough

Walkthrough is a simple, command line, markdown server. A mashup of connect & markdown, any *.markdown or *.md files are processed and placed in a simple html wrapper for instant viewing.

Installation

npm install -g walkthrough

Usage

Starts walkthrough server from any directory you choose.

> walkthrough

You can also specify the port.

> walkthrough -p 9001

Once the server is running, just navigate to the markdown file you'd like to view in your browser. You can now edit your markdown files and refresh your browser just like an html page.