The complete guide to modding your Wii (and Wii mini).
Find a file
2024-02-12 20:12:16 -06:00
.github
_data
_includes
_layouts
_pages nvm ill put that last bit somewhere else 2024-02-12 20:12:16 -06:00
_sass
assets Merge branch 'master' into migrate-vwii-guide 2024-01-13 21:19:40 -06:00
images
.editorconfig
.gitignore
_config.yml
banner.js
clean_translations.py
CNAME
crowdin.yaml
Gemfile
LICENSE.txt
minimal-mistakes-jekyll.gemspec
package.json
Rakefile
README.md
robots.txt
staticman.yml

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, simply run the following commands:

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

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