https://github.com/minimal/player-ladder
Rankings ladder in Clojure, Clojurescript, Om, React
https://github.com/minimal/player-ladder
clojure clojurescript elo-rating league react reactjs tabletennis
Last synced: 26 days ago
JSON representation
Rankings ladder in Clojure, Clojurescript, Om, React
- Host: GitHub
- URL: https://github.com/minimal/player-ladder
- Owner: minimal
- Created: 2014-10-11T14:05:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-22T11:09:25.000Z (almost 9 years ago)
- Last Synced: 2025-04-13T03:58:34.039Z (26 days ago)
- Topics: clojure, clojurescript, elo-rating, league, react, reactjs, tabletennis
- Language: Clojure
- Homepage:
- Size: 330 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
player-ladder-om
=================
[](https://travis-ci.org/minimal/player-ladder)
[](http://jarkeeper.com/minimal/player-ladder)A player ladder for any 1v1 game (e.g. table tennis).
Originally forked from [React Tutorial Om](https://github.com/jalehman/react-tutorial-om)
Frontend written in [Om](https://github.com/swannodette/om).
## Installation
Clone this repo
git clone [email protected]: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