Football Association Match Estimator
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
The only dependencies are git and docker. You should be able to change the code while running everything on docker.
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
MIT © Hexacta