A complete Nintendo DSi homebrew guide, from stock to HiyaCFW.
Go to file
2024-05-23 16:57:13 -06:00
.github Reland "Migrate fully to GitHub Actions for Pages deployment (#173)" 2024-04-26 01:35:51 -07:00
docs Link to TWLMenu++ release page if download link doesn't work 2024-05-23 16:57:13 -06:00
.gitignore Commit the package-lock.json 2023-04-12 16:42:48 -07:00
.gitmodules theme: switch to fork of emiyl-theme-2 for now 2024-05-12 12:36:41 -07:00
crowdin-pull.sh Fix site build 2024-01-16 13:48:51 -06:00
crowdin.yaml theme: separate user-facing text from code 2024-05-12 12:36:08 -07:00
fix in-context.sh Fix site build 2024-01-16 13:48:51 -06:00
LICENSE Update LICENSE 2021-07-14 23:37:48 +01:00
package-lock.json treewide: update VuePress and plugins to latest available version 2024-05-12 12:36:39 -07:00
package.json treewide: update VuePress and plugins to latest available version 2024-05-12 12:36:39 -07:00
README.md Add translating section to README 2021-10-30 14:23:49 -05:00

dsi.cfw.guide

The complete guide to modding your Nintendo DSi.

https://dsi.cfw.guide

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.