969d483c11
fixing: #2
691 B
691 B
Keycloak Admin Console
Build / Run
-
Start keycloak
- from source:
$> cd <keycloak src directory> $> cd testsuite/utils $> mvn exec:java -Dexec.mainClass="org.keycloak.testsuite.KeycloakServer" -Dkeycloak.port=8180
- Download and run
$> ./start.js
- from source:
-
Add the client
-
Install dependecies and run:
$> yarn $> yarn start:dev
Additionally there are some nice scripts to format and lint
$> yarn format
$> yarn lint