All Projects → foundation → Bower Foundation

foundation / Bower Foundation

Licence: mit
Foundation 5 Bower Package (NOTE: This is automatically generated from TravisCI, no PR's will be accepted)

Labels

Foundation

Build Status

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

Looking for Foundation 6?

The Bower package for Foundation 6 in now stored in the main repo. You can install through Bower: bower install foundation-sites

To get going with Foundation 5 you can:

Documentation

Foundation uses Assemble.io and Grunt to generate its documentation pages. 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 [email protected]: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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].