The complete guide to modding your Wii (and Wii mini).
Go to file
lifehackerhansol 12e325a45c
transfer-saves: s/save games/game saves/g
2024-03-01 21:53:46 -08:00
.github treewide: move everything theme related to submodule 2024-01-16 12:34:41 -08:00
_data/navigation New Crowdin updates (#65) 2024-03-01 21:48:33 -08:00
_includes includes: add a redirect macro 2024-01-25 05:51:58 -08:00
_pages transfer-saves: s/save games/game saves/g 2024-03-01 21:53:46 -08:00
_theme@13df935df5 treewide: move everything theme related to submodule 2024-01-16 12:34:41 -08:00
assets Customize main.scss to fix get started table (#63) 2024-01-26 00:15:40 -06:00
images Extensive modmii guide overhaul with images (#60) 2024-02-10 20:37:29 -05:00
.gitignore treewide: import snapshot of minimal mistakes 4.24.0 and guide-specific changes 2023-09-28 19:53:01 -07:00
.gitmodules treewide: move everything theme related to submodule 2024-01-16 12:34:41 -08:00
CNAME Point CNAME and robots.txt to new location 2023-10-03 18:34:25 -07:00
Gemfile treewide: move everything theme related to submodule 2024-01-16 12:34:41 -08:00
LICENSE.txt Split out licensing according to what is attributed to who 2023-09-28 20:13:04 -07:00
README.md treewide: move everything theme related to submodule 2024-01-16 12:34:41 -08:00
_config.yml treewide: move everything theme related to submodule 2024-01-16 12:34:41 -08:00
banner.js treewide: import snapshot of minimal mistakes 4.24.0 and guide-specific changes 2023-09-28 19:53:01 -07:00
clean_translations.py Add script to clean up after Crowdin 2023-09-30 21:48:50 -07:00
crowdin.yaml Update Crowdin configuration file 2020-04-05 12:29:19 -05:00
package.json Try to update minimal-mistakes 2021-10-10 14:03:02 -05:00
robots.txt Point CNAME and robots.txt to new location 2023-10-03 18:34:25 -07:00

README.md

wii.hacks.guide

The complete guide to modding your Nintendo Wii.

https://wii.hacks.guide/

Running the site locally

This requires the following installed on your system:

  • ruby(-dev)
  • bundler

To test the website locally, clone the source code:

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

Then simply run the following commands:

bundle config set --local path vendor/bundle
bundle install
bundle exec jekyll serve

The website should now be running on http://127.0.0.1:4000/.