yarn install
or npm run install
You can run the keycloak server using the keycloak-docker
config provided in this repository.
cd keycloak-docker
cp .env.example .env
docker compose up -d
- go to
http://localhost:8080
and login with u:admin
p:password
- create a new realm
- create new client in that realm, with the following options: screenshot1, screenshot2. Very important: make sure to add a
+
in "Web origins" field. - create a user
- [done]
cp .env.example .env
- setup env variables
yarn dev
- [done]