From f9a00a06801be338706b455d40f03672bdedd5b9 Mon Sep 17 00:00:00 2001 From: garronej Date: Mon, 17 Apr 2023 01:25:17 +0200 Subject: [PATCH] Nuke open dors --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f95d860..73de082 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,8 @@ If you are only looking to create a theme (and not a theme + an App) there are a # Quick start ```bash -yarn +yarn # install dependencies (it's like npm install) + yarn build-keycloak-theme # Build the theme one time (some assets will be copied to # public/keycloak_static, they are needed to dev your page # outside of Keycloak)