Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 403 Bytes

README.markdown

File metadata and controls

19 lines (10 loc) · 403 Bytes

Scsh.net Website

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.