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 |
---|---|---|
yarn install
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
yarn test