Update README.md
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user