SeaCat Auth WebUI provides a login and self-care portal for users as a superstructure for SeaCat Auth.
Information about how to setup SeaCat Auth service can be found here: https://github.com/TeskaLabs/seacat-auth
$ git clone https://github.com/TeskaLabs/seacat-auth-webui
$ cd seacat-auth-webui
asab-webui
must be pulled so that can be referenced from the UI project.
$ git submodule update --init --recursive
Install all necessary dependecies
$ yarn install
Run application in dev environment
$ yarn start -c conf/config.js
$ yarn build