Most of the contribution rules from the main Keycloak repository apply Keycloak JS as well. Documented below are steps unique to the development of Keycloak JS.
Make sure that all dependencies are installed by running the following command in the root of the project:
npm installTo run the tests, follow the instructions in the test directory.