# Markarth Markarth is a tool for previewing local Markdown files live in a web browser. You can edit your document in your favorite editor and Markarth will watch that file for changes and push the changes to your browser. ## Installation ``` $ npm install -g markarth ``` ## Usage ``` $ markarth my-document.md ``` ## License MIT