Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 666 Bytes

README.md

File metadata and controls

31 lines (26 loc) · 666 Bytes

patternfly-webcomponents

PatternFly design Web Components using Sass from @patternfly/patternfly.

This repo is currently being used for testing: NO COMPONENTS ARE PRODUCTION READY

Getting started

  1. Clone submodules
git submodule update --init
  1. Install dependencies using yarn workspaces:
yarn install
  1. Start our custom watch + es-dev-server script. Open http://localhost:9000/docs/index.html
yarn start

OR

  1. Start our React Storybook
yarn storybook

Creating a new component

I've written a custom scaffolding tool.

yarn generate componentName