Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.09 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.09 KB

ISEMS-App Build Status codecov

This is the frontend for the ISEMS project. It's goal is to provide information about the health of a solar mesh network in an easily understandable way.

Overview Details Charts
overview screenshot details screenshot charts screenshot

Install

yarn install

Running

You should define the REACT_APP_API_URL environment variable to tell the app where the server is.

env REACT_APP_API_URL=http://localhost:8000 yarn start

Test

yarn test