The complete guide to modding your Wii (and Wii mini).
e502bb664c
- Explaining all that is Priiloader in one page, especially one on the main guide path, can be *very* confusing for the end user - Only keep a small selection of patches enabled by default, and move all the "Additional Options" and technical explanations somewhere else. |
||
---|---|---|
.github | ||
_data | ||
_includes | ||
_layouts | ||
_pages | ||
_sass | ||
assets | ||
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.
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/.