https://github.com/hacks-guide/guide_wii
The complete guide to modding your Wii (and Wii mini).
https://github.com/hacks-guide/guide_wii
Last synced: 3 months ago
JSON representation
The complete guide to modding your Wii (and Wii mini).
- Host: GitHub
- URL: https://github.com/hacks-guide/guide_wii
- Owner: hacks-guide
- License: mit
- Created: 2023-09-28T23:50:50.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-02T13:30:19.000Z (6 months ago)
- Last Synced: 2025-01-02T13:34:15.205Z (6 months ago)
- Language: Python
- Homepage:
- Size: 245 MB
- Stars: 57
- Watchers: 9
- Forks: 38
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# wii.hacks.guide
The complete guide to modding your Wii, vWii, and Wii mini.
https://wii.hacks.guide/
## Running the site locally
This requires the following installed on your system:
- node.jsTo test the website locally, clone the source code:
```sh
git clone https://github.com/hacks-guide/Guide_Wii --recurse-submodules
cd Guide_Wii
```Then simply run the following commands:
```sh
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).