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%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .github | ||
| .vscode | ||
| public | ||
| src | ||
| .env.example | ||
| .eslintrc.json | ||
| .gitignore | ||
| .lintstagedrc.js | ||
| biome.json | ||
| LICENSE | ||
| next.config.mjs | ||
| open-next.config.ts | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| wrangler.jsonc | ||
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