Skip to content

Commit

Permalink
Document how to locally build the Keycloak theme
Browse files Browse the repository at this point in the history
  • Loading branch information
SailReal committed Oct 23, 2023
1 parent 03ed3ba commit d6b96a2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions keycloak/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ This custom keycloak image adds a Cryptomator theme and sets some build-time con

## Theme Development

For local testing, build the changed theme

```shell script
cd themes/cryptomator/common/resources
npm install
npm run build
```

and then create the docker image.

### Live Coding

For live coding, start Keycloak in dev mode (to disable theme caching) and mounting the theme folder as a volume:

```shell script
Expand Down

0 comments on commit d6b96a2

Please sign in to comment.