mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2024-11-23 01:19:49 +00:00
A complete guide to 3DS custom firmware, from stock to boot9strap.
dd3e9d09b4
* New translations ctrtransfer.txt (Hungarian) * New translations finalizing-setup.txt (Hungarian) * New translations region-changing.txt (Hungarian) * New translations finalizing-setup.txt (Portuguese, Brazilian) * New translations troubleshooting.txt (Portuguese, Brazilian) * New translations installing-boot9strap-(mset9-cli).txt (Portuguese, Brazilian) * New translations godmode9-usage.txt (Portuguese, Brazilian) * New translations uninstall-cfw.txt (Portuguese, Brazilian) * New translations installing-boot9strap-(mset9-play-store).txt (Portuguese, Brazilian) * New translations en_us.yml (Spanish) * New translations configure-luma3ds.txt (Spanish) * New translations move-emunand.txt (Spanish) * New translations troubleshooting.txt (Spanish) * New translations installing-boot9strap-(mset9-cli).txt (Spanish) * New translations finalizing-setup.txt (Spanish) * New translations get-started.txt (Spanish) * New translations godmode9-usage.txt (Spanish) * New translations uninstall-cfw.txt (Spanish) * New translations configure-luma3ds.txt (Spanish) * New translations installing-boot9strap-(hardmod).txt (Spanish) * New translations a9lh-to-b9s.txt (Spanish) * New translations installing-boot9strap-(ntrboot).txt (Spanish) * New translations flashing-ntrboot-(3ds-single-system).txt (Spanish) * New translations installing-boot9strap-(soundhax).txt (Spanish) * New translations checking-for-cfw.txt (Spanish) * New translations dumping-titles-and-game-cartridges.txt (Spanish) * New translations installing-boot9strap-(ssloth-browser).txt (Spanish) * New translations install-boot9strap-safeb9sinstaller.txt (Spanish) * New translations luma3ds-installed-note.txt (Spanish) * New translations ctrtransfer-main.txt (Spanish) * New translations ctrtransfer-prep.txt (Spanish) * New translations ctrnand-datayeet.txt (Spanish) * New translations installing-boot9strap-(super-skaterhax).txt (Spanish) * New translations installing-boot9strap-(safecerthax).txt (Spanish) * New translations rmproxy.txt (Spanish) * New translations sysupdate.txt (Spanish) * New translations move-emunand.txt (Spanish) * New translations troubleshooting.txt (Spanish) * New translations uninstall-cfw.txt (Spanish) * New translations ctrtransfer-prep.txt (Spanish) * New translations ctrtransfer-ticket-copy.txt (Spanish) * New translations launch-hbl-dlp.txt (Spanish) * New translations nand-backup.txt (Spanish) * New translations ctrnand-datayeet.txt (Spanish) * New translations nand-backup.txt (Spanish) * New translations ctrnand-datayeet.txt (Spanish) * New translations ctrnand-datayeet.txt (Spanish) * New translations installing-boot9strap-(super-skaterhax).txt (Spanish) * New translations rmproxy.txt (Spanish) * New translations addproxy.txt (Spanish) * New translations rmproxy.txt (Spanish) * New translations sysupdate.txt (Spanish) * New translations addproxy.txt (Spanish) * New translations 3ds-11.17.txt (Spanish) * New translations ctrtransfer-images.txt (Spanish) * New translations id1-check.txt (Spanish) * New translations id1-check.txt (Spanish) * New translations f3-(linux).txt (German) * New translations f3-(linux).txt (German) |
||
---|---|---|
_data/navigation | ||
_includes | ||
_pages | ||
_sass | ||
_theme@13df935df5 | ||
.github | ||
assets | ||
gm9_scripts | ||
images | ||
_config.yml | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
banner.js | ||
clean_translations.py | ||
CNAME | ||
crowdin.yaml | ||
Gemfile | ||
LICENSE | ||
package.json | ||
README.md | ||
rss.py | ||
rss.xml |
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, 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/.