Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/torlenor/alolstats-web
Website for ALoLStats
https://github.com/torlenor/alolstats-web
Last synced: 7 days ago
JSON representation
Website for ALoLStats
- Host: GitHub
- URL: https://github.com/torlenor/alolstats-web
- Owner: torlenor
- License: mit
- Created: 2020-03-06T22:02:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T21:49:18.000Z (about 4 years ago)
- Last Synced: 2024-11-12T11:39:18.838Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.95 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ALoLStats-Web
[![Build status](https://git.abyle.org/hps/alolstats-web/badges/master/pipeline.svg)](https://git.abyle.org/hps/alolstats-web/commits/master)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](/LICENSE)## Description
This is the front-end for [ALoLStats](https://git.abyle.org/hps/alolstats).
It is written in JavaScript with the help of [React](https://reactjs.org/) and [Material-UI](https://material-ui.com/).
## How to run it
For testing call
```
npm start
```after checking out the repository. It will need a running ALoLStats on localhost:8000 to work.
To build a container for production deployment call
```
docker build .
```Make sure to edit package.json first to have it point to the correct backend (ALoLStats) URL and change other parameters there to your liking.