diff options
| author | 2023-03-04 16:00:11 +0100 | |
|---|---|---|
| committer | 2023-03-04 16:00:11 +0100 | |
| commit | 7c57a2a29e4a56740e7f4390d92135a8dc990a06 (patch) | |
| tree | d70e461e65332543681ddd999bed2dba03ca1e09 | |
| parent | Update README.md (diff) | |
Update README.md
Signed-off-by: Joseph Garrone <[email protected]>
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ yarn build-keycloak-theme # Build the theme one time (some assets will be copied # public/keycloak_static, they are needed to dev your page outside of Keycloak) yarn start # See the Hello World app # Uncomment line 15 of src/keycloak-theme/kcContext, reload https://localhost:3000 -# You can now develop your Login pages. +# You can now develop your Login pages. (Don't forget to comment it back when you're done) # Think your theme is ready? Run yarn build-keycloak-theme |