Sha256: e6e958abca13e3e384e0d433025e4944445a1af3c6ca4c7d124663663256aaf4

Contents?: true

Size: 1.46 KB

Versions: 7

Compression:

Stored size: 1.46 KB

Contents

# [Foundation](http://foundation.zurb.com)

[![Build Status](https://travis-ci.org/zurb/foundation.svg)](https://travis-ci.org/zurb/foundation)


Foundation is the most advanced responsive front-end framework in the world. You can quickly prototype and build sites or apps that work on any kind of device with Foundation, which includes layout constructs (like a fully responsive grid), elements and best practices.

To get started, check out <http://foundation.zurb.com/docs>


## Quickstart

To get going with Foundation you can:

  * [Download the latest release](http://foundation.zurb.com/develop/download.html)
  * [Install with Bower](http://bower.io): `bower install foundation`
  * [Install with npm](http://npmjs.com): `npm install foundation-sites`

## Documentation

Foundation uses [Assemble.io](http://assemble.io) and [Grunt](http://gruntjs.com/) to generate its [documentation pages](http://foundation.zurb.com/docs). Documentation can also be run from your local computer:

### View documentation locally

You'll want to clone the Foundation repo first and install all the dependencies. You can do this using the following commands:

```
git clone git@github.com:zurb/foundation.git
cd foundation
npm install -g grunt-cli bower
npm install
bower install
bundle install
```

Then just run `grunt build` and the documentation will be compiled:

```
foundation/
├── dist/
│   └── ...
├────── docs/
│       └── ...
```

Copyright (c) 2015 ZURB, inc.

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
catscope-0.1.6 assets/bower_components/foundation/README.md
catscope-0.1.5 assets/bower_components/foundation/README.md
catscope-0.1.4 assets/bower_components/foundation/README.md
catscope-0.1.3 assets/bower_components/foundation/README.md
catscope-0.1.2 assets/bower_components/foundation/README.md
catscope-0.1.1 assets/bower_components/foundation/README.md
paint-rails-0.8.27.1 vendor/assets/stylesheets/bower_components/foundation/README.md