Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 622 Bytes

File metadata and controls

20 lines (12 loc) · 622 Bytes

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.