Web based tracker for the Skyward Sword Randomizer.
Production - the one and only deployed version of this tracker. Directly updated from the default branch of this repository within minutes of merging a Pull Request.
Find instructions and detailed documentation on the tracker's features in the Tracker User Guide.
The tracker should support the following randomizer versions:
- The latest stable Randomizer release
- The latest Randomizer development build
- The latest official beta-features build
- The latest Racing build
Other builds (older releases, experimental branches) are not officially supported and may or may not work.
Ran into a bug? Bugs found in the production instance should be reported here on GitHub or in the Discord.
Building and running an instance of the tracker locally requires Node v20 and npm.
- Clone the repository
- Install dependcies
npm install
- Build and serve the application
npm start
- Access the application at http://localhost:5173/
Run npm run prepare
once to set up a convenient pre-commit hook that automatically formats your code.
Also see the Acknowledgements page.
- lepelog, peppernicus, azer67 - Creating the randomizer
- Floha, Kuonino, Extodasher, CapitanBublo, CovenEsme, YourAverageLink - Fellow devs on the tracker
- wooferzfg - Creating the tracker for The Wind Waker Randomizer, from which much of the original logic subsystem in this tracker was derived
- cjs - Creating the original Skyward Sword Randomizer tracker, from which this tracker was originally forked