This is a template to build a custom Keycloak Account UI using the Keycloak Account UI package.
To use HMR (Hot module replacement) in development, run the following command:
pnpm i
pnpm run devThen start the Keycloak server:
pnpm run start-keycloakopen the admin-console in your browser (http://localhost:8080/), when you the go to the Manage Account by clicking on the name in the toolbar, you will see the custom UI.
To build the application for production, run the following command:
mvn installThis will create a "jar" file in the target directory that you can deploy to your Keycloak server by copying it to the providers directory.