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.
# Create an environment file
touch .env
The environment file should define these variables:
REACT_APP_POSM_AUTH_END_POINT=http://localhost:8050
yarn install
yarn start
You will also need to run posm-auth.
yarn build