This is a online synchronized tracker for The Wind Waker Randomizer. You can create an online room where the tracker will be synced with all connected clients (items and locations).
This tracker is based on source code written by wooferzfg. You can find the original tracker at wooferzfg.me/tww-rando-tracker.
Building and running the tracker locally requires you to install Node 18 and Git.
Clone the repository by running the following in a command prompt:
git clone https://github.com/jaysc/tww-rando-tracker-coop.git
Navigate to the tww-rando-tracker
folder and install dependencies:
cd tww-rando-tracker && npm install
You can then build and serve the tracker application:
npm start
After the server starts, you can go to localhost:8080 to open the tracker.
Original code documentation is available at wooferzfg.me/tww-rando-tracker/docs.