GitHub supports pnpm for dependabot natively now: https://github.blog/changelog/2023-06-12-dependabot-version-updates-now-supports-pnpm/ |
||
---|---|---|
.github | ||
data | ||
public | ||
src | ||
.dockerignore | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.nvmrc | ||
.prettierignore | ||
.prettierrc.json | ||
Dockerfile | ||
LICENSE | ||
nodemon.json | ||
package.json | ||
pnpm-lock.yaml | ||
README.md | ||
tsconfig.json |
Ryujinx
(REE-YOU-JINX)
Configuration
This app can be configured using the following environment variables:
Name | Description | Default value | Notes |
---|---|---|---|
NODE_ENV |
This should be set to production or development depending on the current environment. |
"" |
|
HOST |
The address this server should be listening on. | "127.0.0.1" |
|
PORT |
The port this server should be using. | 3000 |
|
REDIS_URL |
The URL of the redis server. | "" |
Format: redis[s]://[[username][:password]@][host][:port][/db-number] |
Contribute
Development
We do encourage you talk to some devs in #development (on our Discord) before developing any PRs so we can make sure you aren't conflicting with another dev's plans, and so we can help you get accustomed to our code base and methods.
Contact
If you have contributions, suggestions, need website support or just want to get in touch with the team, join our Discord server.
Donations
If you'd like to support the project financially, Ryujinx has an active Patreon campaign.

All developers working on the project do so in their free time, but the project has several expenses:
- Hackable Nintendo Switch consoles to reverse-engineer the hardware
- Additional computer hardware for testing purposes (e.g. GPUs to diagnose graphical bugs, etc.)
- Licenses for various software development tools (e.g. Jetbrains, IDA)
- Web hosting and infrastructure maintenance (e.g. LDN servers)
All funds received through Patreon are considered a donation to support the project. Patrons receive early access to progress reports and exclusive access to developer interviews.
License
This software is licensed under the terms of the MIT license.