2025-09-10 15:34:42 -07:00
2024-12-08 13:20:07 -08:00
2024-12-08 13:20:07 -08:00
2024-06-30 09:55:38 -07:00
2024-12-08 13:20:09 -08:00
2025-09-10 15:34:42 -07:00
2025-03-13 21:07:59 -05:00

Switch Guide

The guide can be found here!

Nintendo Switch homebrew guide written by staff members of the Nintendo Homebrew Discord server.

Running the site locally

This requires the following installed on your system:

To test the website locally, clone the source code:

git clone https://github.com/nh-server/switch-guide.git --recurse-submodules
cd switch-guide

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). Any edits you make should appear live!

Description
No description provided
Readme 46 MiB