A web application for allowing viewers to bet on streamed activities using fake currency. Uses Horizon and RethinkDb for optimal performance around realtime data interaction.
- Install Horizon
npm install -g horizon
- Install RethinkDB from here
- Make sure RethinkDB is on your $PATH or accessible by your shell.
- Clone the repo and change to the cloned directory and run
hz serve --dev
.