Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.09 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.09 KB

TWW Randomizer Tracker

Build Status

This is a tracker for The Wind Waker Randomizer. It's available at wooferzfg.me/tww-rando-tracker.

Build Instructions

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.

Documentation

Code documentation is available at wooferzfg.me/tww-rando-tracker/docs.