mirror of
https://github.com/nh-server/switch-guide.git
synced 2026-08-15 20:19:49 -07:00
a9c32178755cf6046f2e982697c3cae0b7ae55d8
Updated Build Instructions to Reflect the VitePress Overhaul
Switch Guide
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!