Skip to content

patternfly/patternfly-quickstarts

Folders and files

NameName
Last commit message
Last commit date
Mar 12, 2025
Jun 2, 2021
Apr 2, 2025
Jul 30, 2024
Jun 1, 2021
Jul 7, 2022
May 23, 2023
Sep 16, 2024
May 22, 2023
Jun 1, 2021
May 26, 2021
Jul 1, 2024
Jun 2, 2021
Jun 2, 2021
Dec 5, 2024
Jan 24, 2022
Jun 1, 2021
Jul 12, 2021
Mar 4, 2025

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