Contributing
Looking for submitting a PR? Thank you!
Last updated
Was this helpful?
Looking for submitting a PR? Thank you!
Last updated
Was this helpful?
that adds support for a page.
If you need to edit the i18n resources it should be done (and not in the src/lib/i18n/generated_kcMessages
dir).
The keycloakify components are a plain React translation of the default theme that comes with Keycloak v11.0.3.
You can download the FTL/CSS source files the components are based on with the following command:
npx -p keycloakify download-builtin-keycloak-theme
then select version 11.0.3 ().
Let's assume you have made some change to the keycloakify
codebase and you want to test those changes before submitting a PR.
Assuming you have cloned keycloakify in ~/github/keycloakify
this is how you would proceed.
Open a new terminal window
Now you are able to test your local version of Keycloakify in the test app and make sure everything works as expected.
Heads over the development instruction if you are not already familiar with the process of testing your Keycloakify themes: