Skip to content

Latest commit

 

History

History
executable file
·
18 lines (17 loc) · 586 Bytes

File metadata and controls

executable file
·
18 lines (17 loc) · 586 Bytes

Ultimatum and Dictator Games for xeejp

React + Redux with Webpack

Installation

$ cd <your xee root>/experiments
$ git clone [email protected]:xeejp/ultimatum-and-dictator-games.git
$ cd ultimatum-and-dictator-games/
$ npm install
$ webpack

and insert this lines into <your xee root>/config/experiments.exs

experiment "Ultimatum and Dictator Games",
  file: "experiments/ultimatum-and-dictator-games/script.exs",
  host: "experiments/ultimatum-and-dictator-games/host.js",
  participant: "experiments/ultimatum-and-dictator-games/participant.js"