A complete guide to 3DS custom firmware, from stock to boot9strap.
Find a file
2023-10-04 15:44:32 -07:00
.github workflow: apparently these should have the same indents 2023-10-04 10:20:32 -07:00
_data New Crowdin updates (#2362) 2023-09-16 11:01:44 +03:00
_includes treewide: code readability improvements 2023-09-30 09:51:21 -07:00
_layouts treewide: code readability improvements 2023-09-30 09:51:21 -07:00
_pages smilehax-iie-jpn: explicitly specify file name 2023-10-04 10:33:56 -07:00
_sass background & text selection color changes 2023-10-04 15:44:32 -07:00
assets sidebar: add smilehax-IIe-JPN to progress table 2023-10-04 09:23:12 -07:00
gm9_scripts
images Add petit-compwner as an alternate method 2023-08-19 10:02:29 -07:00
.editorconfig
.gitattributes gitattributes: set txt and gm9 to text, images/browserconfig.exe to use CRLF explicitly 2022-02-23 01:59:46 -08:00
.gitignore
_config.yml Change theme to dark 2023-10-04 15:44:31 -07:00
banner.js
clean_translations.py Add script to clean up after Crowdin 2023-09-30 21:54:04 -07:00
CNAME
crowdin.yaml Add .md files to crowdin.yaml 2023-04-08 15:13:24 -07:00
Gemfile Gemfile: pin jekyll-sass-converter to v2.2 2023-10-01 00:57:22 -07:00
LICENSE
minimal-mistakes-jekyll.gemspec
package.json
Rakefile
README.md create a README.md based on vita's readme 2023-10-04 15:40:34 -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 Implement proper sorting of RSS feed by publish date 2023-03-16 20:01:59 -07:00
staticman.yml

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, 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/.