Skip to content

foundation/node-foundation-customizer

Repository files navigation

Foundation Customizer

This is the Foundation Customizer, a frontend for the custom zip creator for Foundation 6 by ZURB.

Requirements

You'll need the following software installed to get started.

  • Node.js: Use the installer provided on the NodeJS website.

Installing Dependencies

Get it ready to run on your computer

git clone [email protected]:zurb/node-foundation-customizer && cd node-foundation-customizer
npm install

# NOTE:  You can also symlink in an existing foundation-sites repo.
git clone [email protected]:zurb/foundation-sites && cd foundation-sites
npm install

Setup foundation-sites

npm run foundation

Launching the customizer

Easy as 1..2..3!

npm start

Customizer Overview

  1. User submits custom build
  2. customizer compiles settings into a json file
  3. customizer looks for existing zipfile (based on md5 hash of settings)
  4. if no zipfile exists, customizer passes json file to foundation-sites customizer gulp task
  5. zipfile is sent back.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published