gigo101 / foundation

The most advanced responsive front-end framework in the world. Quickly create prototypes and production code for sites and apps that work on any kind of device.

Home Page:http://foundation.zurb.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

What's included?

foundation/
├── css/
│   ├── foundation.css
│   ├── foundation.min.css
├── js/
│   ├── foundation.js
│   └── foundation.min.js
└── scss/
    ├── foundation.scss
    └── foundation/

Documentation

Foundation uses Assemble.io and Grunt to generate it's 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 git@github.com:zurb/foundation.git
cd foundation
npm install -g grunt-cli
npm install

Then just run grunt and the documentation will be compiled:

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

Copyright (c) 2013 ZURB, inc.

About

The most advanced responsive front-end framework in the world. Quickly create prototypes and production code for sites and apps that work on any kind of device.

http://foundation.zurb.com

License:MIT License