You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
* Bump vitepress from 1.5.0 to 1.6.3 Bumps [vitepress](https://github.com/vuejs/vitepress) from 1.5.0 to 1.6.3. - [Release notes](https://github.com/vuejs/vitepress/releases) - [Changelog](https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/vitepress/compare/v1.5.0...v1.6.3) --- updated-dependencies: - dependency-name: vitepress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Regenerate package-lock.json * i18n: drop "language" from translatable strings * config: enable Hungarian * config: add srcExclude list - To avoid untranslated languages going live --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
9 months ago | |
|---|---|---|
| .github | 1 year ago | |
| docs | 9 months ago | |
| .gitignore | 1 year ago | |
| .gitmodules | 1 year ago | |
| LICENSE.md | 1 year ago | |
| README.md | 11 months ago | |
| crowdin.yml | 1 year ago | |
| package-lock.json | 9 months ago | |
| package.json | 9 months ago | |
README.md
Wii U Hacks Guide
Nintendo Wii U homebrew guide written by staff members of the Nintendo Homebrew Discord server.
Running the site locally
This requires the following installed on your system:
To test the website locally, clone the source code:
git clone https://github.com/hacks-guide/Guide-WiiU.git --recurse-submodules
cd Guide-WiiU
[!NOTE] You must use
--recurse-modulesor you will hit an error likeFailed to resolve import "@theme/index" from "node_modules/vitepress/dist/client/app/index.js?v=19e6628c"when running. If you've already cloned, you can initialize the submodules manually:git submodule update --init --recursive.
Then simply run the following commands:
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). Any edits you make should appear live!