Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 784 Bytes

File metadata and controls

31 lines (16 loc) · 784 Bytes

Zelda II Randomizer Tracker by initsu

Running

Go here to open the tracker.

Building

Prerequisites

Install Node.js.

Developing

While working on the project, you should run a web server on your machine using the following command. It will hot reload with any updated changes as you save them.

npm run dev

Compiling

From the project folder, run:

npm run build && node build-script/html-release-fix.js

The file in dist/index-release.html should then be ready for use.

Credits

  • [Adventuresome font] by Sots28 and Patrick H. Lauke
  • Boss icons borrowed from Dudude Dude's Emo Tracker package