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