mirror of
https://github.com/rvtr/dsi.cfw.guide.git
synced 2025-06-18 10:35:33 -04:00
A complete Nintendo DSi homebrew guide, from stock to HiyaCFW.
.github | ||
docs | ||
.gitignore | ||
.gitmodules | ||
crowdin-pull.sh | ||
crowdin.yaml | ||
fix in-context.sh | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md |
dsi.cfw.guide
The complete guide to modding your Nintendo DSi.
Running the site locally
This requires the following installed to your system:
- node.js, v12 or later
- its respective npm
To test the website locally, simply run the following commands:
npm install
to install all packages required by the website (VuePress v2 and plugins), then
npm run docs:dev
to build the Markdown files into HTML and start a testing webserver on http://127.0.0.1:8080.
Translating
To help translate dsi.cfw.guide, please contribute to its Crowdin project (In-Context), do not PR changes directly to the repository as that will conflict with the translations managed by Crowdin.