Skip to content

posm/posm-admin-ui

Repository files navigation

POSM Admin UI

This is the POSM admin user interface. It's intended for use with posm-admin and posm-auth.

This project was bootstrapped with Create React App.

Getting Started

Setting up configuration

# Create an environment file
touch .env

The environment file should define these variables:

REACT_APP_POSM_AUTH_END_POINT=http://localhost:8050

Running locally

yarn install
yarn start

You will also need to run posm-auth.

Building

yarn build