Ryujinx website source code
Go to file
2020-02-08 00:22:36 +01:00
.github/workflows Fix identation of deployment workflow file 2020-02-07 17:13:03 +01:00
content move social part of the navbar to GraphQL 2020-02-08 00:03:10 +01:00
src move social part of the navbar to GraphQL 2020-02-08 00:03:10 +01:00
static Add CNAME file 2020-02-08 00:22:36 +01:00
.gitignore Rewrite website using Gridsome 2020-02-07 16:11:27 +01:00
gridsome.config.js Add auto deployment via GitHub Actions 2020-02-07 17:10:26 +01:00
gridsome.server.js move social part of the navbar to GraphQL 2020-02-08 00:03:10 +01:00
package.json Determine team members at compile time 2020-02-07 19:55:39 +01:00
README.md Rewrite website using Gridsome 2020-02-07 16:11:27 +01:00

Ryujinx Website

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

npm install --global @gridsome/cli

2. Build Setup

# 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