Hi,
I am not so familiar with pnpm and react, but I managed to customize the admin theme exactly as I wanted using Keycloakify.
Thing is, I’d rather have an application running the admin console independently of my Keycloak instance. This way I don’t have to install themes in production. I imagine this will make it easier to find changes on the main themes.
But I do not understand really how to make this happen:
- Do I need to start my own project and import the admin-ui and the ui-shared?
When I run the pnpm install and pnpm dev on the admin-ui folder, I get a blank page and a 404. I have a localhost:8080 instance running, so I don’t know what I could make different here.
I’d really appreciate if someone could give me a small hint on how to start working with this.
Best,
Francis