Lily ef0b7c6b88 finalize: script v1.7.1
- Write-check dummy file removed if already present to avoid false positives
- Add expected checksum to Error 22 to assist with debugging
2024-03-15 01:15:27 +01:00
2024-01-16 12:36:34 -08:00
2024-03-09 03:04:43 -08:00
2024-03-15 01:15:27 +01:00
2022-01-11 10:24:05 -08:00
2022-01-20 22:23:42 -08:00
2022-01-11 10:23:27 -08:00
2018-11-18 19:23:27 -05:00
2023-04-08 15:13:24 -07:00
2022-01-11 10:24:33 -08:00

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:

  • 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/.

Description
A complete guide to 3DS custom firmware, from stock to boot9strap.
Readme MIT 290 MiB
Languages
Python 100%