Skip to content

Repository containing the PatternFly Quick Start extension code

License

Notifications You must be signed in to change notification settings

dlabaj/patternfly-quickstarts

 
 

Repository files navigation

Quickstarts

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

Packages

  • module: The main quick starts library code. See quick starts README
  • dev: The dev environment to test the module.
  • vscode: A VSCode extension to preview quick start yaml files.

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

About

Repository containing the PatternFly Quick Start extension code

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 84.2%
  • JavaScript 12.1%
  • SCSS 3.4%
  • Other 0.3%