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 months 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: 2024-11-23T22:51:33.000Z (2 months ago)
- Last Synced: 2024-11-28T10:04:20.134Z (2 months ago)
- Topics: guide, hacks, homebrew, nintendo-3ds
- Language: Python
- Homepage: https://3ds.hacks.guide/
- Size: 161 MB
- Stars: 1,582
- Watchers: 115
- Forks: 314
- Open Issues: 14
-
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).