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.
3bec18f541
* New translations troubleshooting-mset9.md (Romanian) * New translations troubleshooting-mset9.md (French) * New translations troubleshooting-mset9.md (Spanish) * New translations troubleshooting-mset9.md (Arabic) * New translations troubleshooting-mset9.md (Bulgarian) * New translations troubleshooting-mset9.md (Catalan) * New translations troubleshooting-mset9.md (Czech) * New translations troubleshooting-mset9.md (German) * New translations troubleshooting-mset9.md (Greek) * New translations troubleshooting-mset9.md (Finnish) * New translations troubleshooting-mset9.md (Hebrew) * New translations troubleshooting-mset9.md (Hungarian) * New translations troubleshooting-mset9.md (Italian) * New translations troubleshooting-mset9.md (Japanese) * New translations troubleshooting-mset9.md (Korean) * New translations troubleshooting-mset9.md (Dutch) * New translations troubleshooting-mset9.md (Norwegian) * New translations troubleshooting-mset9.md (Polish) * New translations troubleshooting-mset9.md (Portuguese) * New translations troubleshooting-mset9.md (Russian) * New translations troubleshooting-mset9.md (Swedish) * New translations troubleshooting-mset9.md (Turkish) * New translations troubleshooting-mset9.md (Ukrainian) * New translations troubleshooting-mset9.md (Chinese Simplified) * New translations troubleshooting-mset9.md (Chinese Traditional) * New translations troubleshooting-mset9.md (Vietnamese) * New translations troubleshooting-mset9.md (Portuguese, Brazilian) * New translations troubleshooting-mset9.md (Indonesian) * New translations troubleshooting-mset9.md (Thai) * New translations troubleshooting-mset9.md (Croatian) * New translations troubleshooting-mset9.md (Malay) * New translations troubleshooting-mset9.md (Pirate English) * New translations troubleshooting-mset9.md (Italian) * New translations troubleshooting-mset9.md (Greek) * New translations troubleshooting-mset9.md (Hungarian) * New translations troubleshooting-soundhax.md (Hungarian) * New translations troubleshooting-ssloth-browser.md (Hungarian) * New translations troubleshooting-super-skaterhax.md (Hungarian) * New translations troubleshooting-a9lh-to-b9s.md (Hungarian) * New translations troubleshooting-ntrboot.md (Hungarian) * New translations troubleshooting-safecerthax.md (Hungarian) * New translations troubleshooting-updating-b9s.md (Hungarian) * New translations troubleshooting-sb9si-firm.md (Hungarian) * New translations sysupdate.md (French) * New translations sysupdate.md (Romanian) * New translations sysupdate.md (Spanish) * New translations sysupdate.md (Arabic) * New translations sysupdate.md (Bulgarian) * New translations sysupdate.md (Catalan) * New translations sysupdate.md (Czech) * New translations sysupdate.md (German) * New translations sysupdate.md (Greek) * New translations sysupdate.md (Finnish) * New translations sysupdate.md (Hebrew) * New translations sysupdate.md (Hungarian) * New translations sysupdate.md (Italian) * New translations sysupdate.md (Japanese) * New translations sysupdate.md (Korean) * New translations sysupdate.md (Dutch) * New translations sysupdate.md (Norwegian) * New translations sysupdate.md (Polish) * New translations sysupdate.md (Portuguese) * New translations sysupdate.md (Russian) * New translations sysupdate.md (Swedish) * New translations sysupdate.md (Turkish) * New translations sysupdate.md (Ukrainian) * New translations sysupdate.md (Chinese Simplified) * New translations sysupdate.md (Chinese Traditional) * New translations sysupdate.md (Vietnamese) * New translations sysupdate.md (Portuguese, Brazilian) * New translations sysupdate.md (Indonesian) * New translations sysupdate.md (Thai) * New translations sysupdate.md (Croatian) * New translations sysupdate.md (Malay) * New translations sysupdate.md (Pirate English) |
||
---|---|---|
.github | ||
docs | ||
.gitignore | ||
.gitmodules | ||
clean_translations.py | ||
crowdin.yaml | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
rss.py |
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:
- node.js
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:
npm ci
npm run docs:dev
The website should now be running on http://127.0.0.1:5173/ (or a port shown on the terminal).