This is the Foundation Customizer, a frontend for the custom zip creator for Foundation 6 by ZURB.
You'll need the following software installed to get started.
- Node.js: Use the installer provided on the NodeJS website.
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
npm run foundation
Easy as 1..2..3!
npm start
- User submits custom build
- customizer compiles settings into a json file
- customizer looks for existing zipfile (based on md5 hash of settings)
- if no zipfile exists, customizer passes json file to foundation-sites customizer gulp task
- zipfile is sent back.