keycloakify / docs.keycloakify.dev

📖 Keycloakify documentation website
https://docs.keycloakify.dev
2 stars 16 forks source link

👨‍💻 Quick start

Keycloakify is a tool that enables to create keycloak themes for customizing of the look and feel of Keycloak's user-facing pages. You can preview these pages here:

{% embed url="https://storybook.keycloakify.dev/" %}

Why would I chose to use this third party tool insted of directly implementing the theming system featured by Keycloak?

First thing you want to do is to fork/clone the Keycloakify Vite[^1] starter template.

{% embed url="https://github.com/keycloakify/keycloakify-starter" %}

Once you've done that you want to read at least thoses two sections of the documentation:

{% content-ref url="testing-your-theme/" %} testing-your-theme {% endcontent-ref %}

{% content-ref url="customization-strategies/" %} customization-strategies {% endcontent-ref %}

[^1]: There's also a Webpack based starter that you can find here.