Add instructions on how to initialize the account theme
This commit is contained in:
parent
91e5c92b79
commit
4962e16395
12
README.md
12
README.md
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue