The scsh website is generated using Middleman, a static site generator written in Ruby. Oh the irony!
You'll need to install it to run the site locally.
gem install middleman
then:
cd scshdotnet
then:
bundle exec middleman server
Then you can navigate to http://localhost:4567 and see the site.