DEPRECATED: This project has been archived, but may be re-opened if brought back up to speed.
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.
npm install -g walkthrough
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.