Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JeffVi/Switch-guide-FR
A repo for hosting the french translation
https://github.com/JeffVi/Switch-guide-FR
homebrew mkdocs nintendo-switch switch-guide translation
Last synced: 23 days ago
JSON representation
A repo for hosting the french translation
- Host: GitHub
- URL: https://github.com/JeffVi/Switch-guide-FR
- Owner: JeffVi
- License: isc
- Created: 2021-03-27T09:42:57.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-10T12:10:50.000Z (over 1 year ago)
- Last Synced: 2024-07-29T19:15:05.822Z (4 months ago)
- Topics: homebrew, mkdocs, nintendo-switch, switch-guide, translation
- Homepage:
- Size: 10.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Switch Guide FR
[The english guide can be found here!](https://nh-server.github.io/switch-guide)
[The translation is here! *Le lien pour le guide en français !*](https://jeffvi.github.io/Switch-guide-FR)
[![Build Status](https://travis-ci.com/nh-server/switch-guide.svg?branch=master)](https://travis-ci.com/nh-server/switch-guide)
Nintendo Switch homebrew guide written by staff members of the Nintendo Homebrew Discord server and translated in french.
![nh-server.github.io/switch-guide](https://phoenix.s-ul.eu/opEhcK7q.png)
## Development
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.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.](https://www.mkdocs.org/#getting-started)