fmt
This commit is contained in:
@ -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?:
|
||||
|
Reference in New Issue
Block a user