mirror of
https://github.com/nh-server/switch-guide
synced 2025-10-05 23:22:39 +02:00
dependabot/npm_and_yarn/fortawesome/fontawesome-svg-core-7.1.0
Bumps [@fortawesome/fontawesome-svg-core](https://github.com/FortAwesome/Font-Awesome) from 7.0.1 to 7.1.0. - [Release notes](https://github.com/FortAwesome/Font-Awesome/releases) - [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/7.x/CHANGELOG.md) - [Commits](https://github.com/FortAwesome/Font-Awesome/compare/7.0.1...7.1.0) --- updated-dependencies: - dependency-name: "@fortawesome/fontawesome-svg-core" dependency-version: 7.1.0 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