antonj / webwires

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup

You'll need nodejs and ruby:

gem install bundler                # http://gembundler.com/
bundle install                     # Dev dependencies in Gemfile
npm install                        # Dev dependencies in package.json
./node_modules/.bin/bower install  # App dependencies

Compile

Watch for changes, compile Javascript and SCSS

grunt watch

Compile all

grunt all

About


Languages

Language:CSS 69.8%Language:JavaScript 24.9%Language:Ruby 5.3%