💟Contributing
Looking for submitting a PR? Thank you!
Adding support for a new page
Testing your changes in the demo app (or in your project)
cd ~/github # Navigate to the dir where you have the keycloakify project
git clone https://github.com/garronej/keycloakify-demo-app
cd keycloakify
yarn
yarn build
yarn link_in_test_app
npx tsc -w #This will start the compilation of Keycloakify in watch mode
#You will be able to perform changes on the keycloakify code
#and see them apply live in the keycloakify-demo-appLast updated
Was this helpful?