Skip to content

neuromotion/task-ratings

Repository files navigation

Honeycomb

DOI docs

Honeycomb is a template for reproducible psychophysiological tasks for clinic, laboratory, and home use. It is maintained by members of the Center for Computation and Visualization and the Neuromotion Lab at Brown University. To learn about installation, usage and deployment please visit our documentation.

Note: previously named Neuro Task Starter, some references may still refer to it as such

Quickstart

  1. Clone the repo

git clone https://github.com/brown-ccv/task-ratings.git

  1. Navigate to the directory

cd task-ratings

  1. Install npm packages

npm install

  1. Run in development mode

npm run dev