aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar garronej <[email protected]>2022-10-07 22:51:09 +0200
committerGravatar garronej <[email protected]>2022-10-07 22:51:09 +0200
commite396fef5fd99c6e3e4f0048d651fd572d6329420 (patch)
tree9078e1d19ab2eb2294f1d8cbec3588f55b7eab04
parentBump version (diff)
Fix the quick start instructions
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 22ddf28..44ba09e 100644
--- a/README.md
+++ b/README.md
@@ -15,9 +15,11 @@ A starter/demo project for [Keycloakify](https://keycloakify.dev)
# Quick start
```bash
-yarn install
+yarn
+yarn keycloak # Build the theme one time (some assets will be copied to
+ # public/keycloak_static, they are needed to dev your page outside of Keycloak)
yarn start # See the Hello World app
-# Uncomment line 6 of src/KcApp/kcContext, reload https://localhost:3000
+# Uncomment line 15 of src/KcApp/kcContext, reload https://localhost:3000
# You can now develop your Login pages.
# Think your theme is ready? Run