From 68be72fa7e1378db0a017f69e6d2deb240cbb4a0 Mon Sep 17 00:00:00 2001 From: Gerasimos <11447903+gerhat@users.noreply.github.com> Date: Fri, 28 Apr 2023 14:57:54 +0300 Subject: [PATCH] README: set correct line number for local development In "Quick start" section the line number for uncommenting to enable local development is wrong. Set the correct number and add the content of the line for easier discovery by the developers. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ade74d..32154f6 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ yarn storybook # Start Storybook # See Keycloakify's storybook for if you need a starting point for your stories: https://github.com/keycloakify/keycloakify/tree/main/stories yarn start # See the Hello World app - # Uncomment line 15 of src/keycloak-theme/login/kcContext, reload https://localhost:3000 + # Uncomment line 97 of src/keycloak-theme/login/kcContext where it reads: `mockPageId: "login.ftl"`, reload https://localhost:3000 # You can now develop your Login pages. (Don't forget to comment it back when you're done) yarn build-keycloak-theme # Actually build the theme