Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 544 Bytes

README.adoc

File metadata and controls

26 lines (17 loc) · 544 Bytes

A simple kit to edit your Keycloak theme

keycloak dev

Usage

You need docker and docker-compose. In your shell, run:

docker-compose up

It will start a Postgres database and a Keycloak container. A volume will be setup on the themes directory.

Now you can build your theme in the directory

./themes/mytheme
Note
if you want to change the name mytheme by something else, you will have to edit the docker-compose.yml file too (KEYCLOAK_WELCOME_THEME and KEYCLOAK_DEFAULT_THEME).

License

MIT