Merge branch 'develop' of https://github.com/garronej/keycloakify into develop
This commit is contained in:
commit
1a3b8ae3b8
@ -1,3 +1,7 @@
|
|||||||
|
### **0.2.6** (2021-03-10)
|
||||||
|
|
||||||
|
- Fix generated gitignore
|
||||||
|
|
||||||
### **0.2.5** (2021-03-10)
|
### **0.2.5** (2021-03-10)
|
||||||
|
|
||||||
- Fix generated .gitignore
|
- Fix generated .gitignore
|
||||||
|
@ -61,11 +61,11 @@ Typically you will get:
|
|||||||
"keycloakify": "^0.0.10"
|
"keycloakify": "^0.0.10"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "react-scripts build && build-keycloak-theme"
|
"keycloak": "yarn build && build-keycloak-theme",
|
||||||
},
|
},
|
||||||
```
|
```
|
||||||
|
|
||||||
Then build your app with `yarn run build` or `npm run build`, you will be provided with instructions
|
Then run `yarn keycloak` or `npm run keycloak`, you will be provided with instructions
|
||||||
about how to load the theme into Keycloak.
|
about how to load the theme into Keycloak.
|
||||||
|
|
||||||
## Developing your login and register pages in your React app
|
## Developing your login and register pages in your React app
|
||||||
@ -142,6 +142,8 @@ reactDom.render(
|
|||||||
|
|
||||||
then `yarn start` ...
|
then `yarn start` ...
|
||||||
|
|
||||||
|
Checkout [this concrete example](https://github.com/garronej/keycloakify-demo-app/blob/main/src/index.tsx)
|
||||||
|
|
||||||
|
|
||||||
*NOTE: keycloak-react-theming was renamed keycloakify since this video was recorded*
|
*NOTE: keycloak-react-theming was renamed keycloakify since this video was recorded*
|
||||||
[](https://youtu.be/xTz0Rj7i2v8)
|
[](https://youtu.be/xTz0Rj7i2v8)
|
||||||
@ -167,7 +169,7 @@ TOTO: Provide a clean way, as abstracted as possible, way to do that.
|
|||||||
|
|
||||||
# GitHub Actions
|
# GitHub Actions
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
[Here is a demo repo](https://github.com/garronej/keycloakify-demo-app) to show how to automate
|
[Here is a demo repo](https://github.com/garronej/keycloakify-demo-app) to show how to automate
|
||||||
the building and publishing of the theme (the .jar file).
|
the building and publishing of the theme (the .jar file).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user