# markdown-viewer markdown-viewer is a Node.js application which display markdown files from the specified directory (md by default, can also be a symlink). Files are converted into HTTP pages with github style. ## To run ``` git clone https://github.com/Titely/markdown-viewer.git cd markdown-viewer ``` Here you will need to create the `md` directory or link where will be stored your .md files. Then: ``` npm install npm start ```