sta1r / firstmove-foundation

A new suite of front-end templates for LCF FirstMove

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A new suite of front-end templates for LCF FirstMove

Built using Zurb Foundation with Grunt + Libsass.

Requirements

You'll need to have the following items installed first of all:

  • Node.js: Use the installer provided on the NodeJS website.
  • Grunt: Run [sudo] npm install -g grunt-cli
  • Bower: Run [sudo] npm install -g bower
  • Jekyll: Run [sudo] gem install jekyll

Quickstart

  1. git clone https://github.com/strangerpixel/firstmove-foundation.git

  2. cd firstmove-foundation

  3. bundle install (or gem install jekyll)

  4. npm install && bower install

While you're working on your project, run:

grunt

The watch task watches for changes to scss files and html inside the /templates, /_layouts and /_includes directories.

About

A new suite of front-end templates for LCF FirstMove


Languages

Language:CSS 95.9%Language:JavaScript 4.0%Language:Ruby 0.1%