Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 475 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 475 Bytes

Nauts website

Building Locally

Requirements
  • ruby 1.9.3 or 2.0.0
  • bundler (or run gem install bundler)
Installing dependencies
bundle install

Also be sure to run the occasional

bundle update
Building
bundle exec jekyll build
Serving
bundle exec jekyll serve

For more information, see the github-pages documentation