diff options
| author | 2023-04-20 02:22:43 +0200 | |
|---|---|---|
| committer | 2023-04-20 02:22:43 +0200 | |
| commit | aaaaed6c0094ff1409f9fde7911f8dbe6563e3b2 (patch) | |
| tree | cb6af15a12a019ba3e17c21b94d487a3895aa6ab | |
| parent | use prepare instead of prestart and prestorybook (diff) | |
Update README.md
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -20,6 +20,10 @@ If you are only looking to create a theme (and not a theme + an App) there are a # Quick start ```bash +git clone https://github.com/keycloakify/keycloakify-starter + +cd keycloakify-starter + yarn # install dependencies (it's like npm install) yarn storybook # Start Storybook |