A VR environment designed for animal behavior research.
- Install Node.js
- Run
npm install
in thestatic
directory of the project to install all dependencies.
- Run
npm run dev
in the root directory of the project to start the server.
-
Under Chrome, go to chrome://net-internals/#sockets
-
Hit the button Flush socket pools
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