Ryujinx website source code
Go to file
2022-05-15 17:19:28 +02:00
.github/workflows Fix building issues 2021-01-24 15:39:16 +01:00
content Update team 2021-06-07 23:32:11 +02:00
src Fix since Avalonia merge 2022-05-15 17:19:28 +02:00
static Default dark mode, update download page 2021-01-24 16:33:27 +01:00
.eslintrc.js Migrate to Vuetify 2.0.0 2020-02-10 15:59:13 +01:00
.gitignore Rewrite website using Gridsome 2020-02-07 16:11:27 +01:00
babel.config.json Fix support for Edge (Use Babel) 2020-03-23 16:55:46 +01:00
gridsome.config.js Update informations about macOS 2021-03-07 10:27:55 +01:00
gridsome.server.js Fix building issues 2021-01-24 15:39:16 +01:00
package.json Fix building issues 2021-01-24 15:39:16 +01:00
purgecss.config.js Use purgecss on output build 2020-02-09 19:32:31 +01:00
README.md Fix building issues 2021-01-24 15:39:16 +01:00

Ryujinx Website

1. Install Gridsome CLI tool if you don't have

npm install --global @gridsome/cli

2. Build Setup

# Workaround (see https://github.com/gridsome/gridsome/issues/1385)
export VUE_CLI_BABEL_TRANSPILE_MODULES=true

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run develop

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report