Skip to content

scheme/scshdotnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.