This repo contains the code for the experiment in the paper:
Lifchits, Anderson, Goldstein, Hofman, Watts in JDM (2021)
This project was bootstrapped with Create React App.
We've hosted a deployment of the experiment here: https://csslab.github.io/success-stories-experiment.
The workerId
URL parameter determines the experiment conditions. When you load
the page with no parameters, a worker ID will be randomly initialized. Feel free
to change it.
- Ensure
yarn
is installed - Install dependencies with
yarn install
- Run the application in debug mode using
yarn start
- Running
yarn build-prod
will compile the experiment application files in NON-DEBUG mode to the./build
directory. This directory can be hosted on a static file server to host the experiment.