Update README.md

This commit is contained in:
Thomas E Lackey 2023-08-17 22:24:45 +00:00
parent 3c44feb4fa
commit c0ed71e21c

View File

@ -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 .