Skip to content

Commit

Permalink
Instruct about need to install maven
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Dec 6, 2023
1 parent 370d92c commit f4642b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ yarn storybook # Start Storybook
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
# 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
# Read the instruction printed on the console to see how to test
Expand Down

0 comments on commit f4642b7

Please sign in to comment.