diff options
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -74,6 +74,15 @@ npx download-builtin-keycloak-theme # For downloading the default theme (as a re If you want an example of an app that put that setup in production checkout onyxia-ui: [the repo](https://github.com/InseeFrLab/onyxia-ui), [the login](https://auth.lab.sspcloud.fr/auth/realms/sspcloud/protocol/openid-connect/auth?client_id=onyxia&redirect_uri=https%3A%2F%2Fonyxia.lab.sspcloud.fr), [the app](https://datalab.sspcloud.fr). +# The storybook + + + +```bash +yarn +yarn storybook +``` + # Docker Instructions for building and running the react app (`src/App`) that is collocated with our Keycloak theme. |