mirror of
https://github.com/nh-server/switch-guide.git
synced 2026-04-30 11:24:21 -07:00
master
* Removed warning regarding SciresM retirement * Changed any button to volume or power
Switch Hacks Guide
A collaboration from Nintendo Homebrew's Discord community, getting you from a stock Switch to Atmosphère.
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
Tip
If you choose to run multiple web servers at once, they will begin running at the next highest usable port (e.g. :5174, :5175, and so on).
The website should now be running on http://127.0.0.1:5173/ (or whatever port is shown on the terminal).
Description