mirror of
https://github.com/keycloak/keycloak-js.git
synced 2026-05-26 13:50:39 +00:00
8b85448c21
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>
622 B
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.