Testing your changes in the demo app (or in your project)
Let's assume you have made some change to the keycloakify codebase and you want to test those changes before submitting a PR.
Assuming you have cloned keycloakify in ~/github/keycloakify this is how you would proceed.
cd~/github# Navigate to the dir where you have the keycloakify projectgitclonehttps://github.com/garronej/keycloakify-starter# Or your projectcdkeycloakifyyarnyarnbuildyarnlink-in-appkeycloakify-starter# The following command 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-appnpxtsc-psrc/bin-w&npxtsc-psrc/lib-w
Open a new terminal window
Now you are able to test your local version of Keycloakify in the test app and make sure everything works as expected.
If you want to link your local version of keycloakify in your own app instead of the keycloakify-starter just run yarn link_in_test_app <your_app> (Assuming ../<your_app> exsist)
Heads over the development instruction if you are not already familiar with the process of testing your Keycloakify themes: