create a README.md based on vita's readme
This commit is contained in:
parent
7e08b6bf3d
commit
c798af9a53
1 changed files with 19 additions and 0 deletions
19
README.md
Normal file
19
README.md
Normal 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/.
|
Loading…
Reference in a new issue