1
1
Fork
You've already forked website
0
mirror of https://github.com/Ryubing/Website.git synced 2026-07-17 12:57:07 +00:00
The Ryubing website. Inspired by revolt.chat https://ryujinx.app
  • Astro 95.8%
  • TypeScript 3.2%
  • JavaScript 1%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-05-17 15:18:37 -05:00
.github init 2026-05-10 02:21:23 -05:00
.vscode init 2026-05-10 02:21:23 -05:00
public migrate to Cloudflare Workers 2026-05-13 22:40:45 -05:00
src Fix linux download based on User Agent (#4) 2026-05-17 15:18:37 -05:00
.env.example init 2026-05-10 02:21:23 -05:00
.eslintrc.json init 2026-05-10 02:21:23 -05:00
.gitignore migrate to Cloudflare Workers 2026-05-13 22:40:45 -05:00
.lintstagedrc.js init 2026-05-10 02:21:23 -05:00
biome.json init 2026-05-10 02:21:23 -05:00
LICENSE init 2026-05-10 02:21:23 -05:00
next.config.mjs migrate to Cloudflare Workers 2026-05-13 22:40:45 -05:00
open-next.config.ts migrate to Cloudflare Workers 2026-05-13 22:40:45 -05:00
package-lock.json migrate to Cloudflare Workers 2026-05-13 22:40:45 -05:00
package.json migrate to Cloudflare Workers 2026-05-13 22:40:45 -05:00
README.md initial work turning into ryujinx.app 2026-05-10 22:51:20 -05:00
tsconfig.json init 2026-05-10 02:21:23 -05:00
wrangler.jsonc migrate to Cloudflare Workers 2026-05-13 22:40:45 -05:00

ryujinx.app source code

Getting started

1. Clone the repository

$ git clone https://github.com/Ryubing/ryujinx.app.git

2. Install dependencies

$ npm install

3. Run dev server

$ npm run dev