A complete guide to 3DS custom firmware, from stock to boot9strap.
4733c97df4
Probably isn't needed, but it stuck out to me now that Seedminer is out of use (and dead in four months time) |
||
---|---|---|
.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/.