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.
- 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