From 3088a60d1e137b5370824efbb93aed747ed860fa Mon Sep 17 00:00:00 2001 From: Ben Stolovitz Date: Wed, 25 Dec 2024 20:32:36 -0500 Subject: [PATCH] [Meta] Add a simple contributing guide (#257) * Add simple contribution guide * Browser Exploit should take about 20 seconds --- README.md | 27 ++++++++++++++++++++++++++- docs/aroma/browser-exploit.md | 2 +- 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b7184e28e4..01fda190458 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,29 @@ Nintendo Wii U homebrew guide written by staff members of the [Nintendo Homebrew Discord server.](https://discord.gg/C29hYvh) -[The guide can be found here!](https://wiiu.hacks.guide/) +https://wiiu.hacks.guide/ + +## Running the site locally + +This requires the following installed on your system: + +* [node.js](https://nodejs.org/en) + +To test the website locally, clone the source code: + +```bash +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: + +```bash +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! \ No newline at end of file diff --git a/docs/aroma/browser-exploit.md b/docs/aroma/browser-exploit.md index 388bf2d7d24..d9dbbc9160c 100644 --- a/docs/aroma/browser-exploit.md +++ b/docs/aroma/browser-exploit.md @@ -11,7 +11,7 @@ Make sure your Wii U has internet access for this step. 1. Take the SD Card out of your computer and plug it into your Wii U console. 1. Launch the Internet Browser and navigate to the website `wiiuexploit.xyz`. -1. Click on `Run Exploit!` and hold the B button until you see this menu, it will be necessary for the next steps. +1. Click on `Run Exploit!` and hold the B button until you see this menu (about 20s), it will be necessary for the next steps. ![](/assets/img/guide/PLL.png) - If your Wii U gets stuck on a white or otherwise frozen screen, wait a few seconds. If nothing happens, reboot the console, [reset the browser's save data](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1507/~/how-to-delete-the-internet-browser-history) and try again. - If you see the EnvironmentLoader, you did not hold down B long enough. Try again.