UNPKG

1.5 kBMarkdownView Raw
1# [Foundation](http://foundation.zurb.com)
2
3[![Build Status](https://travis-ci.org/zurb/foundation.svg)](https://travis-ci.org/zurb/foundation)
4
5
6Foundation 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.
7
8To get started, check out <http://foundation.zurb.com/docs>
9
10
11## Quickstart
12
13To get going with Foundation you can:
14
15 * [Download the latest release](http://foundation.zurb.com/develop/download.html)
16 * [Install with Bower](http://bower.io): `bower install foundation`
17 * [Install with npm](http://npmjs.com): `npm install foundation-sites`
18
19## Documentation
20
21Foundation 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:
22
23### View documentation locally
24
25You'll want to clone the Foundation repo first and install all the dependencies. You can do this using the following commands:
26
27```
28git clone git@github.com:zurb/foundation.git
29cd foundation
30npm install -g grunt-cli bower
31npm install
32bower install
33bundle install
34```
35
36Then just run `grunt build` and the documentation will be compiled:
37
38```
39foundation/
40├── dist/
41│ └── ...
42├────── docs/
43│ └── ...
44```
45
46Copyright (c) 2015 ZURB, inc.