Update README.md
This commit is contained in:
parent
38a781868d
commit
00b2a8ce36
|
@ -9,8 +9,8 @@ A starter/demo project for [Keycloakify](https://keycloakify.dev)
|
||||||
> This starter is for **Component-level customization**, if you only want to customize **the page at the CSS level**
|
> This starter is for **Component-level customization**, if you only want to customize **the page at the CSS level**
|
||||||
> heads over to [keycloakify-starter](https://github.com/garronej/keycloakify-starter).
|
> heads over to [keycloakify-starter](https://github.com/garronej/keycloakify-starter).
|
||||||
|
|
||||||
> If you are only looking to create a theme and don't care about integrating it into a preexisting React app there
|
> If you are only looking to create a theme and don't care about integrating it into a React app there
|
||||||
> are a lot of things that you can remove from this starter. [Please read this](https://github.com/garronej/keycloakify-advanced-starter#standalone-keycloak-theme).
|
> are a lot of things that you can remove from this starter. [Please read this](#standalone-keycloak-theme).
|
||||||
|
|
||||||
# Quick start
|
# Quick start
|
||||||
|
|
||||||
|
@ -106,7 +106,7 @@ if( kcContext === undefined ){
|
||||||
createRoot(document.getElementById("root")!).render(
|
createRoot(document.getElementById("root")!).render(
|
||||||
<StrictMode>
|
<StrictMode>
|
||||||
<KcApp kcContext={kcContext} />
|
<KcApp kcContext={kcContext} />
|
||||||
</StrictMode>,
|
</StrictMode>
|
||||||
);
|
);
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue