This is a tracker for The Wind Waker Randomizer. It's available at wooferzfg.me/tww-rando-tracker.
Building and running the tracker locally requires you to install Node 20 and Git.
Clone the repository by running the following in a command prompt:
git clone https://github.com/wooferzfg/tww-rando-tracker.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.
Code documentation is available at wooferzfg.me/tww-rando-tracker/docs.