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-demo-appcdkeycloakifyyarnyarnbuildyarnlink_in_test_appnpxtsc-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-app
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-demo-app just run yarn link_in_test_app <your_app>
Heads over the development instruction if you are not already familiar with the process of testing your Keycloakify themes: