Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Garrone <[email protected]>
  • Loading branch information
garronej authored Mar 4, 2023
1 parent ecdc04a commit 38dd7a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ docker run -it -dp 8083:80 codegouvfr/keycloakify-starter:test

If you are only looking to create a keycloak theme, you can run theses few commands
after clicking ![image](https://user-images.githubusercontent.com/6702424/98155461-92395e80-1ed6-11eb-93b2-98c64453043f.png) to refactor the template
and remove unnecessary files.
and remove unnecessary files.

```bash
rm -r src/App
Expand Down Expand Up @@ -181,3 +181,5 @@ jobs:
GITHUB_TOKEN: \${{ secrets.GITHUB_TOKEN }}
EOF
```

You can also remove `jwt-decode`, `keycloak-js` and `tsafe from your dependencies.

0 comments on commit 38dd7a9

Please sign in to comment.