This commit is contained in:
Joseph Garrone 2024-06-16 18:54:15 +02:00
parent 3062f0ae5f
commit 0b105f7225

View file

@ -11,9 +11,8 @@ This starter is based on Vite. There is also [a Webpack based starter](https://g
```bash ```bash
git clone https://github.com/keycloakify/keycloakify-starter git clone https://github.com/keycloakify/keycloakify-starter
cd keycloakify-starter cd keycloakify-starter
yarn install yarn install # Or use an other package manager, just be sure to delete the yarn.lock if you do.
``` ```
> NOTE: This setup uses yarn as the default but you can use any package manager you like.
# Testing the theme locally # Testing the theme locally