A complete guide to 3DS custom firmware, from stock to boot9strap.
0777d54197
It's better to cater to the larger audience which is most likely on 11.x. Too many people are pressing literally anything else, ending up at soundhax with a higher version. |
||
---|---|---|
.github | ||
_data | ||
_includes | ||
_layouts | ||
_pages | ||
_sass | ||
assets | ||
gm9_scripts | ||
images | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
_config.yml | ||
banner.js | ||
clean_translations.py | ||
CNAME | ||
crowdin.yaml | ||
Gemfile | ||
LICENSE | ||
minimal-mistakes-jekyll.gemspec | ||
package.json | ||
Rakefile | ||
README.md | ||
rss.py | ||
rss.xml | ||
staticman.yml |
3ds.hacks.guide
A complete guide to 3DS (and 2DS) custom firmware, from stock to boot9strap.
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/.