diff options
author | 2024-07-25 20:28:20 +0200 | |
---|---|---|
committer | 2024-07-25 20:28:20 +0200 | |
commit | 4962e163957e25550deef99b278f917aaea511e8 (patch) | |
tree | 7ff645aa72c5e132c874b34a3608ec88d90741ec | |
parent | Update keycloakify (diff) |
Add instructions on how to initialize the account theme
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -37,6 +37,18 @@ npm run build-keycloak-theme Note that by default Keycloakify generates multiple .jar files for different versions of Keycloak. You can customize this behavior, see documentation [here](https://docs.keycloakify.dev/v/v10/targetting-specific-keycloak-versions). +# Initializing the account theme + +```bash +npx keycloakify initialize-account-theme +``` + +# Initializing the email theme + +```bash +npx keycloakify initialize-email-theme +``` + # GitHub Actions The starter comes with a generic GitHub Actions workflow that builds the theme and publishes |