- Ruby 1.9.3+ and Bundler
- LiveReload extension for your web browser
- Clone this repository.
$ bundle install --binstubs=bin --path .bundle
- Run web server with
$ bundle exec rake server
- Run guard with
$ bundle exec guard
*.md
files in markdown
dir are compiled and html files are generated in the html
dir.
Open http://localhost:5000
and enjoy.