mirror of
https://github.com/nh-server/switch-guide
synced 2025-10-05 23:22:39 +02:00
dependabot/npm_and_yarn/vitepress-1.6.4
Bumps [vitepress](https://github.com/vuejs/vitepress) from 1.6.3 to 1.6.4. - [Release notes](https://github.com/vuejs/vitepress/releases) - [Changelog](https://github.com/vuejs/vitepress/blob/v1.6.4/CHANGELOG.md) - [Commits](https://github.com/vuejs/vitepress/compare/v1.6.3...v1.6.4) --- updated-dependencies: - dependency-name: vitepress dependency-version: 1.6.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
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!
Description