# Mountain
The Mountain WordPress theme built on Foundation 5 by Zurb using Compass.

The easiest way to get started with Foundation + Compass.

## Requirements

  * Ruby 1.9+
  * [Node.js](http://nodejs.org)
  * [compass](http://compass-style.org/): `gem install compass` OR `sudo gem install compass`
  * [bower](http://bower.io): `npm install bower -g` OR `sudo npm install bower -g`

## Quickstart

  * Download this foundation 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 for :

```bash
bundle exec compass watch
```

## Upgrading

If you'd like to upgrade to a newer version of Foundation down the road just run:

```bash
bower update
```

## INSTALLING GRUNT
Install npm
```bash
npm install
```
Install grunt
```bash
npm install grunt --save-dev
```
For watch changes in js files run:
```bash
grunt watch
```
For concatenate and uglify js run:
```bash
grunt js
```

## DEMO

  * [The Mountain Theme] (http://mountain.tadam.co.il/)
  * [See most Foundation elements in action] (http://foundationtheme.tadam.co.il/kitchen-sink/)

## Documentation

  * [Zurb Foundation Docs] (http://foundation.zurb.com/docs/)
  * [WordPress Codex] (http://codex.wordpress.org/)

##Contributing
Here are ways to get involved:

  1. Star the project!
  3. Report a bug that you find
  4. Share a theme you've built on top of MountainTheme
  5. [Tweet](https://twitter.com/intent/tweet?url=http%3A%2F%2Fmountain.tadam.co.il%2F&via=adam1920&text=Check%20out%20The%20Mountain%20WordPress%20theme%20built%20on%20Foundation%205%20by%20Zurb%20using%20Compass) and [blog](https://www.facebook.com/sharer/sharer.php?u=http%3A//mountain.tadam.co.il/) your experience of MountainTheme.


