Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hacks-guide/guide_3ds
A complete guide to 3DS custom firmware, from stock to boot9strap.
https://github.com/hacks-guide/guide_3ds
guide hacks homebrew nintendo-3ds
Last synced: 2 days ago
JSON representation
A complete guide to 3DS custom firmware, from stock to boot9strap.
- Host: GitHub
- URL: https://github.com/hacks-guide/guide_3ds
- Owner: hacks-guide
- License: mit
- Created: 2016-03-02T00:20:02.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-01-30T10:57:53.000Z (3 days ago)
- Last Synced: 2025-01-30T18:38:14.199Z (2 days ago)
- Topics: guide, hacks, homebrew, nintendo-3ds
- Language: Python
- Homepage: https://3ds.hacks.guide/
- Size: 162 MB
- Stars: 1,607
- Watchers: 114
- Forks: 322
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 3ds.hacks.guide
A complete guide to 3DS (and 2DS) custom firmware, from stock to boot9strap.
https://3ds.hacks.guide/
## Running the site locally
This requires the following installed on your system:
- node.jsTo test the website locally, clone the source code:
```sh
git clone https://github.com/hacks-guide/Guide_3DS --recurse-submodules
cd Guide_3DS
```Then simply run the following commands:
```sh
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).