Giter VIP home page Giter VIP logo

foundation-sites-6's Introduction

Foundation for Sites (Public Beta)

This is the in-development version of Foundation for Sites 6.0.

Gitter

Requirements

Requires NodeJS to be installed on your machine. Works with 0.10, 0.12, and 4.1! Note that parts of our build process will break with NPM 3, due to the changes in how packages are installed.

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

git clone https://github.com/zurb/foundation-sites-6.git
cd foundation-sites-6
npm install
npm start

Local Testing

npm start will compile the documentation. For this testing period, we've created a small testbed to experiment with components. You can find the assets under the testing/ folder. To use the testbed, run npm run testbed after installing the needed dependencies.

Folder structure

  • _build/: compiled HTML, CSS, and JavaScript. Don't edit these files directly, as they will be overwritten!
  • config/: configuration files for our linters.
  • dist/: compiled CSS and JavaScript files for the current release.
  • docs/: documentation source.
    • layouts/default.html: base HTML template for every docs page.
    • layouts/component.html: Handlebars template for component documentation.
    • pages/*.html: basic documentation pages.
    • pages/*.md: fancy documentation pages for components, which are parsed through Supercollider.
    • partials/: Handlebars partials go here.
    • assets/: docs-specific images, styles, and scripts go here.
  • js/: the Foundation 5 JavaScript.
    • New components are inside this folder.
    • Old components are in js/foundation/.
  • scss/: the Sass.
    • scss/components: new UI components go here.
    • scss/components_old: Foundation 5 components stay here.
    • scss/forms: form styles.
    • scss/grid: the new grid.
    • scss/typography: typography.
    • scss/util: helper functions and mixins.
    • scss/vendor: third-party libraries.
    • _global.scss: global variables and styles.
  • docs_old/: Foundation 5 documentation.
  • spec/: Foundation 5 unit tests.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.