This commit is contained in:
Joseph Garrone
2024-06-09 15:00:18 +02:00
parent af7733b3dc
commit 34971c67de
9 changed files with 17 additions and 25 deletions

View File

@ -18,7 +18,7 @@ yarn build-keycloak-theme
# Storybook
Spin up a test environment for your Keycloak pages.
Spin up a test environment for your Keycloak pages.
```bash
npx keycloakify add-story # Select the pages you want to add stories for
@ -28,7 +28,7 @@ yarn storybook # Start Storybook
# Test in a real Keycloak environment
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.
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
@ -85,7 +85,7 @@ You'll need to apply theses changes to the `src/main.tsx` file:
</Suspense>
</StrictMode>
);
declare global {
interface Window {
kcContext?: