pushkin-consortium / pushkin

A customizable, scalable ecosystem for massive online psychological experiments
https://pushkin-consortium.github.io/pushkin/
MIT License
24 stars 11 forks source link

remove mention of pushkin-jspsych #234

Closed jessestorbeck closed 1 year ago

jessestorbeck commented 1 year ago

Resolves #227, resolves #28

jessestorbeck commented 1 year ago

The package.json in an experiment's pushkin-worker doesn't have the files property yet. So should they add: "files": ["build/*", ".yalc"] or just "files": [".yalc"]?

jkhartshorne commented 1 year ago

they should probably add: "files": ["build/*", ".yalc"]

Though you should mention that this hasn't been tested yet.

jessestorbeck commented 1 year ago

I've made the changes above, and I can probably add the section on local testing with the API, since I'm about to try that myself.