Ryujinx website source code
Go to file
dependabot[bot] d952fb10c4
Bump vite from 3.2.8 to 3.2.10 (#42)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.2.8 to 3.2.10.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v3.2.10/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v3.2.10/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-04 22:17:55 +10:30
.github Website redesign (#14) 2022-09-07 09:32:39 +02:00
.vscode Website redesign (#14) 2022-09-07 09:32:39 +02:00
build Add missing robots.txt, pin version of node in Dockerfile and fix indentation of nginx.conf 2022-09-07 09:45:52 +02:00
public Reinstate FAQ redirect and FlatHub verification token (#39) 2024-03-14 11:57:38 +11:00
src view/download: Fallback to the previous build if the current build is still in progress (#41) 2024-03-21 22:50:47 +11:00
.env.development view/download: Fallback to the previous build if the current build is still in progress (#41) 2024-03-21 22:50:47 +11:00
.env.production view/download: Fallback to the previous build if the current build is still in progress (#41) 2024-03-21 22:50:47 +11:00
.eslintrc Website redesign (#14) 2022-09-07 09:32:39 +02:00
.gitignore Website redesign (#14) 2022-09-07 09:32:39 +02:00
.node-version Website redesign (#14) 2022-09-07 09:32:39 +02:00
.prettierrc Website redesign (#14) 2022-09-07 09:32:39 +02:00
CHANGELOG.md Docs update (#17) 2022-09-10 14:15:31 +02:00
Dockerfile Add missing robots.txt, pin version of node in Dockerfile and fix indentation of nginx.conf 2022-09-07 09:45:52 +02:00
LICENSE.txt Website redesign (#14) 2022-09-07 09:32:39 +02:00
README.md Fix Crowdin link in the readme (#32) 2023-11-15 01:56:24 +01:00
default.nix Move to flakes and migrate nixos module here 2024-01-01 02:49:11 +00:00
docker-compose.yml Website redesign (#14) 2022-09-07 09:32:39 +02:00
flake.lock Move to flakes and migrate nixos module here 2024-01-01 02:49:11 +00:00
flake.nix nix: Update npm hash 2024-02-13 19:40:18 +01:00
index.html Website redesign (#14) 2022-09-07 09:32:39 +02:00
package-lock.json Bump vite from 3.2.8 to 3.2.10 (#42) 2024-04-04 22:17:55 +10:30
package.json Bump vite from 3.2.8 to 3.2.10 (#42) 2024-04-04 22:17:55 +10:30
postcss.config.js Website redesign (#14) 2022-09-07 09:32:39 +02:00
tailwind.config.js Website redesign (#14) 2022-09-07 09:32:39 +02:00
tsconfig.json Website redesign (#14) 2022-09-07 09:32:39 +02:00
tsconfig.node.json Website redesign (#14) 2022-09-07 09:32:39 +02:00
vite.config.ts Website redesign (#14) 2022-09-07 09:32:39 +02:00

README.md


Ryujinx
Ryujinx
(REE-YOU-JINX)

Discord translation status

Changelog

The complete list of changes is available here

Contribute

Translation

Currently, we need you to help us translate the website. Future languages to be added:

  • French
  • German
  • Dutch
  • Portuguese
  • Spanish

Follow this link to participate in the translation (via Crowdin): https://crowdin.com/project/ryujinx-website-ryujinxorg

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.

Building

To build the website you need:

To start working on the website, you can build the main branch:

  1. Clone the repo: https://github.com/Ryujinx/Ryujinx-Website.git or fork it and cd into.
  2. Restore project's dependencies : npm install
  3. Run website with npm run dev

Compiles and hot-reloads for development

npm run dev

Compiles and minifies for production

npm run build

Versioning

This repo use Semantic Versioning (SemVer) : https://semver.org/

Maintainer :

  • Don't forget to update the CHANGELOG.md file after several changes.
  • Update the translation file within Crowdin after each PR.

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.

patreon

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.