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 .envThe environment file should define these variables:
REACT_APP_POSM_AUTH_END_POINT=http://localhost:8050yarn install
yarn startYou will also need to run posm-auth.
yarn build