diff --git a/README.md b/README.md index 225e8c9..234dd32 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ +# keycloak-reg-ui -## Local +A very simple React-based self-registration UI. Uses https://git.vdb.to/cerc-io/keycloak-reg-api as the backend. + +## Building + +### Local ``` $ yarn install @@ -9,7 +14,7 @@ $ yarn build $ serve -s build ``` -## Docker +### Docker ``` $ docker build -t cerc/keycloak-reg-ui:local .