patternfly-kotlin / patternfly-kotlin-showcase

PatternFly Kotlin showcase

Home Page:https://patternfly-kotlin.github.io/patternfly-kotlin-showcase/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

PatternFly Kotlin showcase

https://patternfly-kotlin.github.io/patternfly-kotlin-showcase/

License:Apache License 2.0


Languages

Language:Kotlin 98.7%Language:SCSS 0.7%Language:Shell 0.3%Language:JavaScript 0.2%Language:HTML 0.1%