Kenya Orient Website
============
KOIL WEBSITE
============
Kenya Orient Website
The easiest way to get started with Foundation + Compass.
## Requirements
* Ruby 1.9+
* Node.js
* compass: `gem install compass`
* bower: `npm install bower -g`
## Quickstart
* Download this starter compass project and unzip it
* Run `bower install` to install the latest version of Foundation
Then when you're working on your project, just run the following command:
```bash
compass watch
```
## Upgrading
If you'd like to upgrade to a newer version of Foundation down the road just run:
```bash
bower update
```