To build the style guide and documentation website:
- Clone the repo
npm install
- Build/Serve
gulp
= compilegulp dev
= compile & servegulp publish
= build, zip, and deploy to documentation websitegulp publish --site=[local|localDebug|staging|prod]
= (Optional) The default is "local"
node scripts/prod-deploy.js
= serve on port 80 for production (requires files to be built separately)
Where to find stuff:
src/
packages
Where the components are with the raw code (css) and readme's
site/
templates
They shared handlebar templates for the contentwww/
The served filescss
Commited styles for site functionimages
Commited asssetsdist
compiled styles
gulp/
tasks
Where we keep the gulp tasks