Go to file
2026-02-27 19:06:40 -06:00
.github VitePress migration (#237) 2024-09-27 17:13:25 -05:00
docs Update copyright dates, update README 2026-02-24 23:35:52 -06: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
.markdownlint.json Allow underline HTML tags 2026-02-27 19:06:40 -06:00
crowdin.yml VitePress migration (#237) 2024-09-27 17:13:25 -05:00
LICENSE.md Update copyright dates, update README 2026-02-24 23:35:52 -06: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 Update copyright dates, update README 2026-02-24 23:35:52 -06:00

Wii U Hacks Guide

A guide collaboration between Nintendo Homebrew's Helpers and Staff, from stock to Aroma custom firmware.

Website Badge Translation Badge Discord Server Last Commit Badge Language Count ISC License

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

Then simply run the following commands:

npm ci
npm run docs:dev

Tip

If you choose to run multiple web servers at once, they will begin running at the next highest usable port (e.g. :5174, :5175, and so on).

The website should now be running on http://127.0.0.1:5173/ (or whatever port is shown on the terminal).