Instruct about need to install maven
This commit is contained in:
parent
370d92c321
commit
f4642b7e89
|
@ -35,6 +35,8 @@ yarn storybook # Start Storybook
|
||||||
yarn start # See the Hello World app
|
yarn start # See the Hello World app
|
||||||
# Uncomment line 97 of src/keycloak-theme/login/kcContext where it reads: `mockPageId: "login.ftl"`, reload https://localhost:3000
|
# Uncomment line 97 of src/keycloak-theme/login/kcContext where it reads: `mockPageId: "login.ftl"`, reload https://localhost:3000
|
||||||
# You can now develop your Login pages. (Don't forget to comment it back when you're done)
|
# You can now develop your Login pages. (Don't forget to comment it back when you're done)
|
||||||
|
|
||||||
|
# Install mvn (Maven) if not already done. On mac it's 'brew install maven'
|
||||||
|
|
||||||
yarn build-keycloak-theme # Actually build the theme
|
yarn build-keycloak-theme # Actually build the theme
|
||||||
# Read the instruction printed on the console to see how to test
|
# Read the instruction printed on the console to see how to test
|
||||||
|
|
Loading…
Reference in a new issue