Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 972 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 972 Bytes

PatternFly Fritz2 Showcase

Showcase for PatternFly Fritz2 a Kotlin/JS implementation of PatternFly 4 based on fritz2.

Use

The showcase is available online at https://patternfly-kotlin.github.io/patternfly-fritz2-showcase/

Build

To build and run the showcase locally, you have to first build Fritz2 MVP which is used by this showcase and which has not yet been published to a repository.

git clone https://github.com/hpehl/fritz2-mvp.git
cd fritz2-mvp
./gradlew publishToMavenLocal

cd ..

git clone https://github.com/patternfly-kotlin/patternfly-fritz2-showcase.git
cd patternfly-fritz2-showcase
./gradlew run

Requirements

This project is known to work with the following requirements:

  • JDK 11 and 15 (but not 17)
  • node v16.10.0
  • npm 7.24.0
  • gradle 7.2