From 736333e1da08941893d7713b98e2bd76350d1159 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Sat, 4 Mar 2023 22:56:47 +0100 Subject: [PATCH 1/4] Update README.md Signed-off-by: Joseph Garrone --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ded8d46..2a4e441 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A starter/demo project for [Keycloakify](https://keycloakify.dev) This repo constitutes an easily reusable setup for a standalone Keycloak theme project OR for a SPA React App that generates a Keycloak theme that goes along with it. -If you are only looking to create a theme (an not a theme + an App) there are a lot of things that you can remove from this starter: [Please read this](#standalone-keycloak-theme). +If you are only looking to create a theme (and not a theme + an App) there are a lot of things that you can remove from this starter: [Please read this](#standalone-keycloak-theme). # Quick start From b4af9ae48e4a7551ece7d6b697260cb41d975929 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Sat, 4 Mar 2023 22:57:25 +0100 Subject: [PATCH 2/4] Update README.md Signed-off-by: Joseph Garrone --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a4e441..e2a21be 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A starter/demo project for [Keycloakify](https://keycloakify.dev) This repo constitutes an easily reusable setup for a standalone Keycloak theme project OR for a SPA React App that generates a Keycloak theme that goes along with it. -If you are only looking to create a theme (and not a theme + an App) there are a lot of things that you can remove from this starter: [Please read this](#standalone-keycloak-theme). +If you are only looking to create a theme (and not a theme + an App) there are a lot of things that you can remove from this starter: [Please read this section of the README](#standalone-keycloak-theme). # Quick start From ecdc04ac30494b674cfbb62cbdb1fe2e3a17c40f Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Sun, 5 Mar 2023 00:33:34 +0100 Subject: [PATCH 3/4] Update README.md Signed-off-by: Joseph Garrone --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2a21be..98c5797 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ docker run -it -dp 8083:80 codegouvfr/keycloakify-starter:test If you are only looking to create a keycloak theme, you can run theses few commands after clicking ![image](https://user-images.githubusercontent.com/6702424/98155461-92395e80-1ed6-11eb-93b2-98c64453043f.png) to refactor the template -and remove unnecessary file. +and remove unnecessary files. ```bash rm -r src/App From 38dd7a946e60556cdc85a5579da5dd81783ac84f Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Sun, 5 Mar 2023 00:35:58 +0100 Subject: [PATCH 4/4] Update README.md Signed-off-by: Joseph Garrone --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 98c5797..93dfa17 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ docker run -it -dp 8083:80 codegouvfr/keycloakify-starter:test If you are only looking to create a keycloak theme, you can run theses few commands after clicking ![image](https://user-images.githubusercontent.com/6702424/98155461-92395e80-1ed6-11eb-93b2-98c64453043f.png) to refactor the template -and remove unnecessary files. +and remove unnecessary files. ```bash rm -r src/App @@ -181,3 +181,5 @@ jobs: GITHUB_TOKEN: \${{ secrets.GITHUB_TOKEN }} EOF ``` + +You can also remove `jwt-decode`, `keycloak-js` and `tsafe from your dependencies.