Sha256: 234f0c62795018a58b002eaa69856ef3c77680810d6b435da77ad7a70578d4bc
Contents?: true
Size: 1.4 KB
Versions: 1
Compression:
Stored size: 1.4 KB
Contents
# [Foundation](http://foundation.zurb.com) [![Build Status](https://travis-ci.org/zurb/foundation.png)](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/cdn/releases/foundation-latest.zip) * [Install with Bower](http://bower.io): `bower install zurb/bower-foundation` ## 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 ``` Then just run `grunt build` and the documentation will be compiled: ``` foundation/ ├── dist/ │ └── ... ├────── docs/ │ └── ... ``` Copyright (c) 2014 ZURB, inc.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zurb-foundation-5-5.2.2 | README.md |