Skip to content

mirrormirrorontheweb/switch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Switch Guide

The mirror can be found here!

Build Status

Nintendo Switch homebrew guide written by staff members of the Nintendo Homebrew Discord server.

https://mirrormirrorontheweb.github.io/switch/

Development

You will need Python 3 installed as well as pip3. The mkdocs website will explain how to do this, and how to install mkdocs. This guide was developed on Python 3.6 and 3.7.

After cloning the repository, you can install all the needed dependancies (including mkdocs) with this command, ran in the project's directory: pip3 install --user -r requirements.txt

Please take some time to familiarize yourself with mkdocs. The site will detail everything for you.