Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upREADME
### LOCAL INSTALLATION brew tap homebrew/versions brew install v8-315 gem install libv8 -v '3.16.14.13' -- --with-system-v8 gem install therubyracer -- --with-v8-dir=/usr/local/opt/v8-315 bundle install ### GENERATE rm -rf build/*; bundle exec middleman build ### VIEW bundle exec middleman server note: add .html as extention when following links.