Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 564 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 564 Bytes

PatternFly Next

Setup

  • clone the project
  • run npm install from the project root
  • run npm run cli:setup (only needed if doing development)
  • run npm run dev
  • open your browser to http://localhost:8000

Create a new component

  • run pf generate component <name>

To view visit http://localhost:8000/components/

Create a new pattern

  • run pf generate pattern <name>

To view visit http://localhost:8000/patterns/

Create a new demo

  • run pf generate demo <name>

To view visit http://localhost:8000/demos/