Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/libotony/energy-station-web

Web page works with energy station contracts
https://github.com/libotony/energy-station-web

Last synced: 13 days ago
JSON representation

Web page works with energy station contracts

Awesome Lists containing this project

README

        

# EnergyStation web

[![Travis](https://travis-ci.org/libotony/energy-station-web.svg?branch=master)](https://travis-ci.org/libotony/energy-station-web)

Web page works with energy station contracts

## Contracts and detail

[EnergyStation](https://github.com/libotony/energy-station)

## Development

### Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Run your tests
```
npm run test
```

### Lints and fixes files
```
npm run lint
```