UI for managing EGO Authentication and Authorization services
- create a
.envfile at the root of the repo, following the schema of the .env.schema - install dependencies (from repo root, run
yarn) - start development server (from repo root, run
yarn start)
- create a
.envfile at the root of the repo, following the schema of the .env.schema - run
yarn build. - deploy the resulting
build/folder
- 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.