Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.17 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.17 KB

TWW Decompilation Website

A website to track the progress and show other data related to the The Legend of Zelda: The Wind Waker Decompilation Project.

This website code is forked from the website for the SpongeBob SquarePants: Battle for Bikini Bottom Decompilation Project.

It is written in TypeScript using React and Mantine. It also uses C# to pre-process the progress/asm data before building the website.

Development

  1. Install nodejs and dotnet.

Go to the latest workflow runs of BFBB. The main workflow builds the game and saves an artifact called progress.json. Download this zip file and extract it.

  1. Move the extracted progress.json into /artifacts

  2. Run the commands in build.py. You can run them individually or with python build.py

  3. Start a development server with npm run dev