hexacta / fame

A PWA that estimate football results for Europe leagues based on the last season

Home Page:http://fame.hexacta.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FAME

Football Association Match Estimator

Getting started

You just need git and docker to run FAME (from a shared drive):

$ git clone https://github.com/hexacta/fame.git
$ cd fame
$ docker-compose up

After that, the app should be running on http://localhost:8080

If you are using docker toolbox the app would be running on http://[dockermachineip]:8080

In order to know what your ip is run the following command at toolbox:

$ docker-machine ip

Developing

Built With

Prerequisites

The only dependencies are git and docker. You should be able to change the code while running everything on docker.

Production

Until we change containerize the build, you'll need yarn to run it:

$ yarn install
$ yarn start

That will run everything in production mode and publish it on http://localhost:4002

License

MIT © Hexacta

About

A PWA that estimate football results for Europe leagues based on the last season

http://fame.hexacta.com

License:MIT License


Languages

Language:JavaScript 61.9%Language:Vue 20.7%Language:Python 11.3%Language:HTML 4.2%Language:Nginx 1.8%