From 7f97fe59065cbb54581f22d1a4a2a9d3709b7714 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Sun, 9 Jun 2024 14:25:34 +0200 Subject: [PATCH] update --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a95bc73..c74cf18 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ yarn build-keycloak-theme # Storybook +Spin up a test environment for your Keycloak pages. + ```bash npx keycloakify add-story # Select the pages you want to add stories for yarn storybook # Start Storybook @@ -25,7 +27,8 @@ yarn storybook # Start Storybook # Test in a real Keycloak environment -Test your theme in a local Keycloak docker container. +Test your theme in a local Keycloak docker container. +You need to have Docker running. Install [Docker Desktop](https://www.docker.com/products/docker-desktop/) if you don't have it. ```bash npx keycloakify start-keycloak