Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ISEMS/isems-app
https://github.com/ISEMS/isems-app
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ISEMS/isems-app
- Owner: ISEMS
- Created: 2018-05-04T10:37:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-19T07:41:51.000Z (5 months ago)
- Last Synced: 2024-08-01T12:31:50.454Z (3 months ago)
- Language: JavaScript
- Size: 4.33 MB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - ISEMS/isems-app - (others)
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
```