create a README.md based on vita's readme

This commit is contained in:
emilyd 2023-10-04 18:04:14 +03:00 committed by lifehackerhansol
parent 7e08b6bf3d
commit c798af9a53
No known key found for this signature in database
GPG key ID: 80FB184AFC0B3B0E

19
README.md Normal file
View file

@ -0,0 +1,19 @@
# 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
- jekyll and its dependencies
To test the website locally, simply run the following commands:
```sh
bundle install
bundle exec jekyll serve --incremental
```
The website should now be running on http://127.0.0.1:4000/.