Now if you run npm run build-keycloak-theme it will generate the JAR in dist/apps/keycloak-theme.
cd apps/keycloak-theme && npx keycloakify add-story
OR
npx keycloakify add-story -p apps/keycloak-theme from the root of your monorepo
When you want to use the keycloakify CLI commands you can either cd into your keycloakify sub app directory or use the .
Like for example if you want to run you can do either:
To go beyond the base configuration you might want to explore what are available. Starting with with keycloakVersionTargets to make sure that you only generates the JARs file you need.