You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
ihaveahax 1e0655d28c New translations finalizing-setup.md (Italian) 2 months ago
.github VitePress migration (#237) 1 year ago
docs New translations finalizing-setup.md (Italian) 2 months ago
.gitignore VitePress migration (#237) 1 year ago
.gitmodules VitePress migration (#237) 1 year ago
LICENSE.md VitePress migration (#237) 1 year ago
README.md [Meta] Add a simple contributing guide (#257) 11 months ago
crowdin.yml VitePress migration (#237) 1 year ago
package-lock.json Update VitePress and enable Hungarian (#264) 9 months ago
package.json Update VitePress and enable Hungarian (#264) 9 months ago

README.md

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!