Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.14 KB

README.md

File metadata and controls

36 lines (21 loc) · 1.14 KB

Build Status

patternfly-org

The PatternFly Org is the source for the official documentation for PatternFly 3 and PatternFly 4.

Development Setup

Development setup requires yarn. If you do not already have yarn installed on your system, see https://yarnpkg.com/en/.

Build

Install the site dependencies and build it using yarn:

yarn install
yarn prebuild

The packages/patternfly-3 site is generated using Jekyll. The packages/patternfly-4 site is generated using Gatsby.

Live Reload Server

A local development server can be quickly fired up for PatternFly 3 or PatternFly 4 by using either of these commands:

yarn start:pf3
yarn start:pf4

Testing production build

You can test the full production build: yarn build yarn start:prod

Deploy

The site is deployed using GitHub pages to the patternfly/patternfly.github.io repository. A CNAME file is added to the root which associates the GitHub pages url with https://www.patternfly.org