Ryujinx website source code
Go to file
2020-02-14 02:58:39 +01:00
.github/workflows Use purgecss on output build 2020-02-09 19:32:31 +01:00
content Reduce Github avatar size to improve loading time 2020-02-09 17:43:03 +01:00
src Update download page visual 2020-02-14 02:58:39 +01:00
static Update download page visual 2020-02-14 02:58:39 +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
gridsome.config.js Enable treesharking on vuetify 2020-02-10 17:08:15 +01:00
gridsome.server.js Enable treesharking on vuetify 2020-02-10 17:08:15 +01:00
package.json Enable treesharking on vuetify 2020-02-10 17:08:15 +01:00
purgecss.config.js Use purgecss on output build 2020-02-09 19:32:31 +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