Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 488 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 488 Bytes

Koobs and Kembler website

Getting started

Install global dependencies

brew update

Bower and Grunt

brew install npm
npm install -g bower grunt-cli

Libsass

brew install libsass

Update dependencies

Be sure you're in the project root

npm install
bower install

Getting to work

# This command will compile all SCSS and Coffeescript and then start watching the directory
# and recomplie when there are any changes

grunt