Skip to content

rkmtlab/openhouse2016

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rkmtlab.github.io/openhouse2016

Getting started

  1. Clone this repository: git clone [email protected]:rkmtlab/openhouse2016.git
  2. Install Sass via rubygems: bundle install
  3. Compile stylesheets: sass -r sass-globbing assets/styles/style.scss build
  4. Run web server: ruby -run -e httpd . -p 8000
  5. Open with your web browser: localhost:8000