https://github.com/patternfly/patternfly-quickstarts
Repository containing the PatternFly Quick Start extension code
https://github.com/patternfly/patternfly-quickstarts
extension hacktoberfest
Last synced: 9 months ago
JSON representation
Repository containing the PatternFly Quick Start extension code
- Host: GitHub
- URL: https://github.com/patternfly/patternfly-quickstarts
- Owner: patternfly
- License: mit
- Created: 2021-05-26T17:37:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-12T20:39:49.000Z (10 months ago)
- Last Synced: 2025-03-13T07:02:22.160Z (10 months ago)
- Topics: extension, hacktoberfest
- Language: TypeScript
- Homepage:
- Size: 110 MB
- Stars: 15
- Watchers: 24
- Forks: 40
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quickstarts
Demo:
https://quickstarts.netlify.app/
## Packages
- module: The main quick starts library code. See [quick starts README](packages/module/README.md)
- dev: The dev environment to test the module.
- vscode: A VSCode extension to preview quick start yaml files.
## Development
```bash
git clone https://github.com/patternfly/patternfly-quickstarts
cd patternfly-quickstarts
yarn install && yarn build && yarn start
```
## Development Scripts
```sh
# 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
```