Skip to content

A VR environment designed for animal behavior research.

License

Notifications You must be signed in to change notification settings

boyuan99/three-maze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

three-maze

A VR environment designed for animal behavior research.

Install

  1. Install Node.js
  2. Run npm install in the static directory of the project to install all dependencies.

Run

  1. Run npm run dev in the root directory of the project to start the server.

Trouble Shooting

Access Denied

  1. Under Chrome, go to chrome://net-internals/#sockets

  2. Hit the button Flush socket pools

Port in Use

By default, you need to clean up port 5000 and 5173 for the app.

Run:

sudo lsof -i:port # replace 'port' with the port you want to use 

To get the PID that is occupying necessary port, and run:

kill PID