patternfly / patternfly-quickstarts

Repository containing the PatternFly Quick Start extension code
MIT License
15 stars 38 forks source link
extension hacktoberfest

Quickstarts

Demo: https://quickstarts.netlify.app/

Packages

Development

git clone https://github.com/patternfly/patternfly-quickstarts
cd patternfly-quickstarts
yarn install && yarn build && yarn start

Development Scripts

# Install development/build dependencies
yarn install

# Start the development server
yarn start

# Build the main module (outputs to "packages/module/dist" dir)
yarn build

# Quick build of the main module for local dev
yarn build:quick