Skip to content

lupyanlab/VideoAudioExperiment

 
 

Repository files navigation

Installation

You must have nodjs installed: https://nodejs.org. Make sure Python 2 is installed.

The following are instructions to download and install the repo.

git clone https://github.com/lupyanlab/VideoAudioExperiment  
cd VideoAudioExperiment   
npm install
pm2 start index.js --name VideoAudioExperiment   

Development

If you are working on your local machinese, go to http://localhost:7080.

If you are working on Sapir, go to http://sapir.psych.wisc.edu/mturk/VideoAudioExperiment/dev.

The static HTML, CSS, and JavaScript files are in the dev/ directory, and the Node.js API server is located in the root ./index.js file.

Production

When you are done, run the following command on Sapir and go to http://sapir.psych.wisc.edu/mturk/VideoAudioExperiment/prod.

npm run prod

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.1%
  • HTML 21.9%
  • CSS 3.0%