A leaderboard application using the Glicko rating system.
yarn start
Then go to http://localhost:8080/?fakeData.
Run these in parallel:
docker run -p 127.0.0.1:5432:5432 postgres:10.5-alpine
sbt run
yarn start
Then go to http://localhost:8080.
yarn build
sbt assembly
heroku container:push web -a $APPNAME
heroku container:release web -a $APPNAME