Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

foundation-sites

Package Overview
Dependencies
Maintainers
3
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

foundation-sites

The most advanced responsive front-end framework in the world.

  • 6.1.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
3
Weekly downloads
 
Created
Source

Foundation for Sites (v6.1)

npm version Bower version Gem Version devDependency Status Gitter

Foundation is the most advanced responsive front-end framework in the world. Quickly go from prototype to production, building sites or apps that work on any kind of device with Foundation. Includes layout constructs, like a fully customizable, responsive grid, commonly used JavaScript plugins, and full A11Y support.

Requirements

Requires NodeJS to be installed on your machine. Works with version 0.12 and higher!

The Sass is compiled using libsass, which requires the GCC to be installed on your machine. Windows users can install it through MinGW, and Mac users can install it through the Xcode Command-line Tools.

Setup

To get going with Foundation you can:

  • Install Yeti Launch: Seriously though, check it out!
  • Install the CLI: npm install -g foundation-cli
  • Download the latest release
  • Install with Bower: bower install foundation-sites
  • Install with npm: npm install foundation-sites
  • Install with Atmosphere for Meteor: meteor add zurb:foundation-sites
  • Install with Composer: php composer.phar require zurb/foundation

Documentation

Foundation uses Gulp and SuperCollider 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 git@github.com:zurb/foundation-sites.git
cd foundation-sites
npm install

Then just run npm start and the documentation will be compiled. It will also launch an instance of BrowserSync and open a tab in your default browser. The file structure:

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

Copyright (c) 2016 ZURB, inc.

Keywords

FAQs

Package last updated on 23 Jan 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc