infor-design / pendo

Infor Design System CSS styles for Pendo.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Styles and Documentation website for Pendo.io styling

To build the style guide and documentation website:

  1. Clone the repo
  2. npm install
  3. Build/Serve
    • gulp = compile
    • gulp dev = compile & serve
    • gulp publish = build, zip, and deploy to documentation website
      • gulp 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 content
    • www/ The served files
      • css Commited styles for site function
      • images Commited asssets
      • dist compiled styles
  • gulp/
    • tasks Where we keep the gulp tasks

About

Infor Design System CSS styles for Pendo.io

License:Apache License 2.0


Languages

Language:JavaScript 63.6%Language:HTML 20.1%Language:CSS 16.3%