Skip to content

robojumper/SS-Randomizer-Tracker

Repository files navigation

Skyward Sword Randomizer Tracker

Discord

Web based tracker for the Skyward Sword Randomizer.

Instances

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.

Usage

Find instructions and detailed documentation on the tracker's features in the Tracker User Guide.

Supported Randomizer Version

The tracker should support the following randomizer versions:

Other builds (older releases, experimental branches) are not officially supported and may or may not work.

Reporting Issues

Ran into a bug? Bugs found in the production instance should be reported here on GitHub or in the Discord.

Running From Source

Building and running an instance of the tracker locally requires Node v20 and npm.

  1. Clone the repository
  2. Install dependcies
npm install
  1. Build and serve the application
npm start
  1. Access the application at http://localhost:5173/

Contributing

Run npm run prepare once to set up a convenient pre-commit hook that automatically formats your code.

Shoutouts

Also see the Acknowledgements page.