A complete guide to 3DS custom firmware, from stock to boot9strap.
Go to file
Blueness 0c1c5e26f0
Change exploit URLs to short URLs
Changed URLs for the exploit to short URLs for easier stylus typing.
2024-09-24 20:50:24 -06:00
_data/navigation New Crowdin updates (#2478) 2024-09-17 08:23:33 +03:00
_includes config: enable Greek 2024-09-11 21:11:38 -07:00
_pages Change exploit URLs to short URLs 2024-09-24 20:50:24 -06:00
_sass treewide: move everything theme related to submodule 2024-01-16 12:31:55 -08:00
_theme@8158a70357 _theme: Update to hacks-guide/minimal-mistakes@8158a70357 2024-06-03 23:32:52 -07:00
.github workflow: use configure-pages@v5 2024-04-24 00:42:47 -07:00
assets progress-table: don't show sidebar on key-information/get-started 2024-09-03 03:51:37 -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
_config.yml config: enable Greek 2024-09-11 21:11:38 -07:00
.gitattributes gitattributes: set txt and gm9 to text, images/browserconfig.exe to use CRLF explicitly 2022-02-23 01:59:46 -08:00
.gitignore Update torrent list 2022-01-20 22:23:42 -08:00
.gitmodules treewide: move everything theme related to submodule 2024-01-16 12:31:55 -08:00
banner.js first rebase 2022-01-11 10:23:27 -08:00
clean_translations.py Add script to clean up after Crowdin 2023-09-30 21:54:04 -07:00
CNAME Create CNAME 2018-11-18 19:23:27 -05:00
crowdin.yaml Add .md files to crowdin.yaml 2023-04-08 15:13:24 -07:00
Gemfile Revert "Gemfile: pin jekyll-sass-converter to v2.2" 2024-03-31 18:45:14 -07:00
LICENSE Update licensing (fix #1921) 2022-01-11 10:24:33 -08:00
package.json Update MM to 4.24.0 and update some deps (#1905) 2021-08-26 23:14:51 -07:00
README.md treewide: move everything theme related to submodule 2024-01-16 12:31:55 -08: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:

  • ruby(-dev)
  • bundler

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:

bundle config set --local path vendor/bundle
bundle install
bundle exec jekyll serve

The website should now be running on http://127.0.0.1:4000/.