A complete guide to 3DS custom firmware, from stock to boot9strap.
a9ea100eb6
Replaces the root layout image for petit-compwner with an image that looks more in line with the guide (it's still Windows 10 instead of Windows 11, however) |
||
---|---|---|
.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/.