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