diff options
| author | 2023-04-17 02:58:17 +0200 | |
|---|---|---|
| committer | 2023-04-17 02:58:17 +0200 | |
| commit | 9de91a5ce0e903667fc9ab26d069957f98c492fb (patch) | |
| tree | 588448c4902808ba2872404ce6a4523592781326 | |
| parent | Bump version (diff) | |
Add screenshot of the storybook
| -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. |