No description
28948d497f
Update .gitignore |
||
---|---|---|
.storybook | ||
public | ||
src | ||
stories | ||
types | ||
.env.dev | ||
.env.rh-sso | ||
.eslintrc.json | ||
.gitignore | ||
babel.config.json | ||
jest.config.js | ||
jest.setup.js | ||
LICENSE | ||
package.json | ||
postcss.config.js | ||
README.md | ||
realm-settings.png | ||
security-admin-console-v2.json | ||
snowpack.config.js | ||
start.js | ||
tsconfig.json | ||
yarn.lock |
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