Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```