Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 701 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 701 Bytes

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