A complete guide to 3DS custom firmware, from stock to boot9strap.
Go to file
lifehackerhansol 9446e2123a
Initialize VitePress
- Add theme submodule
- Add initial configuration files
- Override theme-default VPHero/VPFooter with custom theme version
- Update README
2024-09-27 08:09:51 -07:00
_includes Remove Jekyll files 2024-09-27 08:09:51 -07:00
_pages skaterhax: clarify what date is the correct date 2024-09-26 20:06:24 -05:00
.github workflow: use configure-pages@v5 2024-04-24 00:42:47 -07:00
assets Remove Jekyll files 2024-09-27 08:09:51 -07:00
docs/.vitepress Initialize VitePress 2024-09-27 08:09:51 -07:00
gm9_scripts More rebasing 2022-01-11 10:24:05 -08:00
images skaterhax: Ignore warning about changing region settings 2024-09-24 18:23:48 -07:00
.gitignore Initialize VitePress 2024-09-27 08:09:51 -07:00
.gitmodules Initialize VitePress 2024-09-27 08:09:51 -07:00
clean_translations.py Add script to clean up after Crowdin 2023-09-30 21:54:04 -07:00
crowdin.yaml Add .md files to crowdin.yaml 2023-04-08 15:13:24 -07:00
LICENSE Update licensing (fix #1921) 2022-01-11 10:24:33 -08:00
package-lock.json Initialize VitePress 2024-09-27 08:09:51 -07:00
package.json Initialize VitePress 2024-09-27 08:09:51 -07:00
README.md Initialize VitePress 2024-09-27 08:09:51 -07:00
rss.py Document usage of rss.py (at least how it's expected to be used) 2023-04-13 01:45:23 -07:00
rss.xml torrents: regenerate RSS feed with new trackers 2024-07-14 14:05:47 -07:00

3ds.hacks.guide

A complete guide to 3DS (and 2DS) custom firmware, from stock to boot9strap.

https://3ds.hacks.guide/

Running the site locally

This requires the following installed on your system:

  • node.js

To test the website locally, clone the source code:

git clone https://github.com/hacks-guide/Guide_3DS --recurse-submodules
cd Guide_3DS

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).