Go to file
grunt22fox f366846bbe
Add download hashes as a unique page to verify downloads (#285)
* Create hashes page and link on site

* Add emotes and breaks for readability

* Add a hash verification section, adjust Aroma name

- Add a hash verification section that outlines instructions using https://emn178.github.io/online-tools/sha256_checksum.html

- Adjust Aroma naming scheme to be "vBeta-25"
2026-05-15 19:03:01 -07:00
.github VitePress migration (#237) 2024-09-27 17:13:25 -05:00
docs Add download hashes as a unique page to verify downloads (#285) 2026-05-15 19:03:01 -07:00
.gitignore VitePress migration (#237) 2024-09-27 17:13:25 -05:00
.gitmodules VitePress migration (#237) 2024-09-27 17:13:25 -05:00
crowdin.yml VitePress migration (#237) 2024-09-27 17:13:25 -05:00
LICENSE.md VitePress migration (#237) 2024-09-27 17:13:25 -05:00
package-lock.json Update VitePress and enable Hungarian (#264) 2025-03-03 20:39:05 -08:00
package.json Update VitePress and enable Hungarian (#264) 2025-03-03 20:39:05 -08:00
README.md [Meta] Add a simple contributing guide (#257) 2024-12-25 17:32:36 -08:00

Wii U Hacks Guide

Nintendo Wii U homebrew guide written by staff members of the Nintendo Homebrew Discord server.

https://wiiu.hacks.guide/

Running the site locally

This requires the following installed on your system:

To test the website locally, clone the source code:

git clone https://github.com/hacks-guide/Guide-WiiU.git --recurse-submodules
cd Guide-WiiU

Note

You must use --recurse-modules or you will hit an error like Failed to resolve import "@theme/index" from "node_modules/vitepress/dist/client/app/index.js?v=19e6628c" when running. If you've already cloned, you can initialize the submodules manually: git submodule update --init --recursive.

Then simply run the following commands:

npm ci
npm run docs:dev

The website should now be running on http://127.0.0.1:5173/ (or a port shown on the terminal). Any edits you make should appear live!