Skip to content

sapcc/maillog-ui

Repository files navigation

maillog-ui

License Built with Juno

This is the ui for the maillog client

Copy the local secretProps.template.json to ./secretProps.json to locally inject a props.endpoint expecting the k8s api server running on http://127.0.0.1:8090.

cp secretProps.template.json secretProps.json

Spin up a local instance via:

npm install
npm start

Frontend is served on localhost:3000