Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 466 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 466 Bytes

vegas

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.

Getting started

  1. Install Horizon npm install -g horizon
  2. Install RethinkDB from here
  3. Make sure RethinkDB is on your $PATH or accessible by your shell.
  4. Clone the repo and change to the cloned directory and run hz serve --dev.