From de3dce2598ed18795f1baa1f4b1377685d8cb3e6 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Tue, 23 Feb 2021 18:11:03 +0100 Subject: [PATCH] Update readme --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1549be95..ff6c24c2 100644 --- a/README.md +++ b/README.md @@ -28,13 +28,7 @@ still letting Keycloak handle the heavy lifting of actually authenticating the u Here is `yarn add keycloak-react-theming` for you 🍸 -![image](https://user-images.githubusercontent.com/6702424/108833938-c9d72e00-75cd-11eb-8263-4334ca79275c.png) -![image](https://user-images.githubusercontent.com/6702424/108834054-f68b4580-75cd-11eb-9661-b1a43836c4b0.png) - - -Setup from a blanc `create-react-app` project: - -[![kickstart_video](https://user-images.githubusercontent.com/6702424/108877866-f146ee80-75ff-11eb-8120-003b3c5f6dd8.png)](https://youtu.be/xTz0Rj7i2v8) +TODO: Insert video after. # How to use @@ -60,6 +54,8 @@ Typically you will get: Then build your app with `yarn run build` or `npm run build`, you will be provided with instructions about how to load the theme into Keycloak. +[![kickstart_video](https://user-images.githubusercontent.com/6702424/108877866-f146ee80-75ff-11eb-8120-003b3c5f6dd8.png)](https://youtu.be/xTz0Rj7i2v8) + ## Developing your login and register pages in your React app TODO