🔩Keycloakify in my App
Setting up Keycloakify in your Web App
Last updated
Setting up Keycloakify in your Web App
Last updated
If you are starting a new project, the best approach is to fork the starter repo, read its readme and start from here.
If you are familiar with how Keycloakify work and you want to set it up in an existing Vite project here is what you need to do:
Monorepos: You can run Keycloakify from the root of your project with:
npx keycloakify --project <path>
<path>
would be typically something like packages/keycloak-theme
The acceptable directory hierarchy is the following:
You can have only login
for example if you don't implement and account or email theme.
You need, however, to have a src
directory. This is not customizable.