Merge pull request #27 from jchn-codes/patch-1

add maven to requirements
This commit is contained in:
Joseph Garrone 2021-07-28 11:14:41 +02:00 committed by GitHub
commit ac100d74bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,6 +87,8 @@ Tested with the following Keycloak versions:
This tool will be maintained to stay compatible with Keycloak v11 and up, however, the default pages you will get This tool will be maintained to stay compatible with Keycloak v11 and up, however, the default pages you will get
(before you customize it) will always be the ones of Keycloak v11. (before you customize it) will always be the ones of Keycloak v11.
Install [Maven](https://maven.apache.org/) which is needed for the theme build process.
This tool assumes you are bundling your app with Webpack (tested with 4.44.2) . This tool assumes you are bundling your app with Webpack (tested with 4.44.2) .
It assumes there is a `build/` directory at the root of your react project directory containing a `index.html` file It assumes there is a `build/` directory at the root of your react project directory containing a `index.html` file
and a `build/static/` directory generated by webpack. and a `build/static/` directory generated by webpack.