rkmtlab / openhouse2017

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rkmtlab.github.io/openhouse2016

Getting started

  1. Clone this repository: git clone git@github.com: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

Tips

Compiled stylesheets are generetad ./ directory. So the below one is better for use. sass -r sass-globbing assets/styles/style.scss build/style.css

About


Languages

Language:CSS 87.1%Language:HTML 11.7%Language:Ruby 1.2%