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

Repository files navigation

three-maze

A VR environment designed for animal behavior research.

Install

  1. Install Node.js
  2. Run npm install in the root 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

About

A VR environment designed for animal behavior research.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published