Skip to content

mossti/RemoteHRI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Server

Express server using nodus-ponens to generate experiments.

Installation

cd server
npm install
node server.js

Entry point for looking at the code is nodus-ponens/index.js as well as server.js.

Data from incompleted experiments is found in server/data/incomplete and data from completed experiments is found in server/data.

Usage

Admin

Front-end application built using React that allows researchers to set up experiments.

Installation

cd admin
npm install
npm start

See the admin application's README.md for more options.

Client

Front-end application built using React that renders experiments to present to the subjects.

Calls server for experiment data to dynamically render different types of stimuli to the subjects.

In order to view the front-end application, you must also have the server running (see above).

Installation

cd client
npm install
npm start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.5%
  • HTML 11.7%
  • CSS 2.8%