Showcase for PatternFly Fritz2 a Kotlin/JS implementation of PatternFly 4 based on fritz2.
The showcase is available online at https://patternfly-kotlin.github.io/patternfly-fritz2-showcase/
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
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