Watts-Lab / mturk-helper

Package for supporting recruitment and payment of participants in multiplayer experiments
MIT License
0 stars 1 forks source link

mturk-helper

Package for supporting recruitment and payment of participants in multiplayer experiments

scripts

node --experimental-json-modules public/js/app.js

npm run build

npm run test

setup

  1. install editorconfig as an extension in VSCode
  2. the .editorconfig file sets the formats for coding
  3. create a config.json under public/js folder and src/ts and fill in the content as follows
    {
    "accessKeyID": "YOUR_AWS_ACCESS_KEY",
    "secretAccessKey": "YOUR_AWS_SECRET_KEY",
    "sandbox": [boolean value]
    }