/resting-state

Primary LanguageJavaScriptMIT LicenseMIT

Resting State

Resting State Icon

Actions Status Actions Status

Overview

This repo contains the Resting State task. It is a jspsych task built with React and Electron. This task uses Honeycomb.

The task involves several relaxed tasks: following a moving dot with one's eyes, responding to beeps, and fixating on a dot.

Quickstart

  1. Clone the repo

git clone https://github.com/neuromotion/resting-state.git 2. Navigate to the directory

cd resting-state 3. Install npm packages

npm install 4. Run in development mode

npm run dev