This is the code repository for the tasks that are part of our experiment we conducted for the User Research Methods project at TU Wien.
Make sure yarn is installed and run
yarn
Alternatively, you can also use NPM (Node Package Manager) that comes bundled with Node.js (https://nodejs.org/en/download/) and run
npm install
Run
yarn dev
or
npm run dev
Downloading experiment results collected on Google Cloud Storage via Firebase (probably only works for me (Sejmou) as Firebase Project "owner")
- Download and install
gsutil- instructions here - After installation, run
gcloud auth loginto log in (otherwise will get 401 Unauthorized error with following command) - Run
gsutil -m cp -R gs://urm-pr-experiment.appspot.com/experiment_results/* ./data_analysis/datato download the relevant CSV files from Firebase storage todata_analysis/data