Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/patternfly/patternfly-quickstarts
Repository containing the PatternFly Quick Start extension code
https://github.com/patternfly/patternfly-quickstarts
extension hacktoberfest
Last synced: 3 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 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-26T10:11:46.000Z (8 months ago)
- Last Synced: 2024-05-28T15:10:13.682Z (8 months ago)
- Topics: extension, hacktoberfest
- Language: TypeScript
- Homepage:
- Size: 108 MB
- Stars: 15
- Watchers: 24
- Forks: 32
- Open Issues: 37
-
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
```