Update
This commit is contained in:
parent
518d381447
commit
821290aea0
|
@ -1,13 +1,14 @@
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="https://github.com/garronej/keycloakify-starter/workflows/ci/badge.svg?branch=main">
|
<img src="https://github.com/garronej/keycloakify-starter/workflows/ci/badge.svg?branch=main">
|
||||||
</p>
|
</p>
|
||||||
|
!!!WIP!!!
|
||||||
|
|
||||||
A starter/demo project for [Keycloakify](https://keycloakify.dev)
|
A starter/demo project for [Keycloakify](https://keycloakify.dev)
|
||||||
|
|
||||||
# ⚠️ Please read the two following notices ⚠️
|
# ⚠️ Please read the two following notices ⚠️
|
||||||
|
|
||||||
> This starter is for **CSS-level customization**, if you want to customize the pages at
|
> This starter is for **Component-level customization**, if you only want to customize **the page at the CSS level**
|
||||||
> **the component level** heads over to [keycloakify-advanced-starter](https://github.com/garronej/keycloakify-advanced-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 preexisting React app there
|
||||||
> are a lot of things that you can remove from this starter. [Please read this](/standalone-keycloak-theme).
|
> are a lot of things that you can remove from this starter. [Please read this](/standalone-keycloak-theme).
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "keycloakify-starter",
|
"name": "keycloakify-starter",
|
||||||
"homepage": "https://demo-app.keycloakify.dev",
|
"homepage": "https://demo-app-advanced.keycloakify.dev",
|
||||||
"version": "1.0.2",
|
"version": "1.0.2",
|
||||||
"description": "A starter/demo project for keycloakify",
|
"description": "A starter/demo project for keycloakify",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in a new issue