Development
Test and debug your theme
Last updated
Was this helpful?
Test and debug your theme
Last updated
Was this helpful?
When building your page you want to see the result of your edit live.
To acheave that with Keycloakify simply eddit:
.
.
then if you run yarn start
you will see your login page display. Dont forget to remove mockPageId before releasing ๐.
The page is loaded with a default mock context.
To customize the mock kcContext please refer to .
Once you are done developping you want to test in an actual Keycloak instance to see if everything is working as expected.
Please refer to the related instruction printed on the console when running yarn keycloak
in your project.