Skip to content

overture-stack/ego-ui

Repository files navigation

EGO Authorization Service UI


UI for managing EGO Authentication and Authorization services

Release Candidate

Setup

Requirements

Develop

  1. create a .env file at the root of the repo, following the schema of the .env.schema
  2. install dependencies (from repo root, run yarn)
  3. start development server (from repo root, run yarn start)

Build

  1. create a .env file at the root of the repo, following the schema of the .env.schema
  2. run yarn build.
  3. deploy the resulting build/ folder

Configure

  1. To change the brand image, replace the svg in src/assets/brand-image.svg and src/assets/brand-image-small.svg with your own brand image files

This project was bootstrapped with Create React App.