Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ISEMS/isems-app


https://github.com/ISEMS/isems-app

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# ISEMS-App [![Build Status](https://travis-ci.com/ISEMS/isems-app.svg?branch=master)](https://travis-ci.com/ISEMS/isems-app) [![codecov](https://codecov.io/gh/ISEMS/isems-app/branch/master/graph/badge.svg)](https://codecov.io/gh/ISEMS/isems-app)

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](assets/screenshots/overview.png) | ![details screenshot](assets/screenshots/details.png) | ![charts screenshot](assets/screenshots/charts.png)

## Install
```bash
yarn install
```

## Running
You should define the `REACT_APP_API_URL` environment variable to tell the app where the server is.
```bash
env REACT_APP_API_URL=http://localhost:8000 yarn start
```

## Test
```bash
yarn test
```