mirror of
https://github.com/nh-server/switch-guide
synced 2025-10-05 23:22:39 +02:00
dependabot/npm_and_yarn/fortawesome/vue-fontawesome-3.1.1
Bumps [@fortawesome/vue-fontawesome](https://github.com/FortAwesome/vue-fontawesome) from 3.0.8 to 3.1.1. - [Release notes](https://github.com/FortAwesome/vue-fontawesome/releases) - [Changelog](https://github.com/FortAwesome/vue-fontawesome/blob/3.x/CHANGELOG.md) - [Commits](https://github.com/FortAwesome/vue-fontawesome/compare/3.0.8...3.1.1) --- updated-dependencies: - dependency-name: "@fortawesome/vue-fontawesome" dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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