To run this code:
- Make sure you have Meteor installed.
- Clone this repo:
git clone [email protected]:kgao/unfair-coin.git
git submodule update --init
to install the submodules for Meteor packages.meteor npm install
to grab packages such as d3 that are used on the client.- Run
meteor --settings settings-example.json
in the directory you just checked out. - Navigate to
http://localhost:3000/turkserver
in your browser to access the TurkServer admin interface.