From 3cff54561f843db05e37543d0a5b93055bbe1add Mon Sep 17 00:00:00 2001 From: garronej Date: Tue, 29 Jun 2021 02:31:41 +0200 Subject: [PATCH] Update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b2fba732..c93a624a 100644 --- a/README.md +++ b/README.md @@ -208,7 +208,9 @@ and the result you can expect: If you want to go beyond only customizing the CSS you can re-implement some of the pages or event add new ones. -If you want to go this way checkout the demo setup provided [here](https://github.com/garronej/keycloakify-demo-app/tree/look_and_feel) +If you want to go this way checkout the demo setup provided [here](https://github.com/garronej/keycloakify-demo-app/tree/look_and_feel). +If you prefer a real life example you can checkout [onyxia-web's source](https://github.com/InseeFrLab/onyxia-web/tree/main/src/app/components/KcApp). +The web app is in production [here](https://datalab.sspcloud.fr). Main takeaways are: - You must declare your custom pages in the package.json. [example](https://github.com/garronej/keycloakify-demo-app/blob/4eb2a9f63e9823e653b2d439495bda55e5ecc134/package.json#L17-L22)