Files
keycloak-js/CONTRIBUTING.md
T
Jon Koops 8b85448c21 Add basic test suite setup (#55)
Closes #53

Signed-off-by: Jon Koops <jonkoops@gmail.com>
Signed-off-by: Peter Skopek <pskopek@redhat.com>
Co-authored-by: Peter Skopek <pskopek@redhat.com>
2025-04-03 09:14:28 +02:00

622 B

Keycloak JS

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.

Prerequisites

Setup

Make sure that all dependencies are installed by running the following command in the root of the project:

npm install

Running the tests

To run the tests, follow the instructions in the test directory.