Skip to content

minimal/player-ladder

Repository files navigation

player-ladder-om

Build Status Dependencies Status

A player ladder for any 1v1 game (e.g. table tennis).

Originally forked from React Tutorial Om

Frontend written in Om.

Installation

Clone this repo

git clone git@github.com:minimal/player-ladder.git

Run server

lein repl
(go)

Figwheel and browser repl

lein figwheel

Point Browser to

http://localhost:3000/app

Uberjar

lein uberjar
java -jar player-ladder-0.1.0-SNAPSHOT-standalone.jar results.edn 3000

screenshot