A HR Management UI for the phoenix event management platform. Designed to interface with phoenixapi
- Install
yarn
(preferabily) ornpm
. - Clone this repository
- Navigate to the cloned repository in a terminal
- Run
yarn
, followed byyarn start
The site will work against our own test environment by default. You can point to another API server using the environment variable REACT_APP_API_URL
.