2023-10-04 17:04:14 +02:00
|
|
|
# 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:
|
|
|
|
```sh
|
2023-10-04 18:09:12 +02:00
|
|
|
bundle config set --local path vendor/bundle
|
2023-10-04 17:04:14 +02:00
|
|
|
bundle install
|
|
|
|
bundle exec jekyll serve --incremental
|
|
|
|
```
|
|
|
|
The website should now be running on http://127.0.0.1:4000/.
|