You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-4Lines changed: 19 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,24 @@
4
4
5
5
Nintendo Switch homebrew guide written by staff members of the Nintendo Homebrew Discord server.
6
6
7
-
## Development
8
-
You will need Python 3 installed as well as pip3. The [mkdocs website](https://www.mkdocs.org) will explain how to do this, and how to install mkdocs. This guide was developed on Python 3.6 and 3.7.
7
+
## Running the site locally
9
8
10
-
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`
9
+
This requires the following installed on your system:
11
10
12
-
Please take some time to familiarize yourself with mkdocs. [The site will detail everything for you.](https://www.mkdocs.org/#getting-started)
11
+
*[node.js](https://nodejs.org/en)
12
+
13
+
To test the website locally, clone the source code:
0 commit comments