In-progress wiki/game compatibility list for Suyu
Go to file
million1156 c2b0013ab6 chef kiss 2024-03-27 13:04:37 -05:00
.ci Add execute permission to .ci/build.sh 2024-03-06 22:27:20 +01:00
.github/workflows Clone from "yuzu-emu/yuzu-emu.github.io" 2024-03-05 04:11:47 +01:00
scripts Actually add the submodules 2024-03-06 21:11:30 -05:00
site Fix links 2024-03-14 21:13:39 -04:00
.env env 2024-03-27 13:00:17 -05:00
.gitignore Clone from "yuzu-emu/yuzu-emu.github.io" 2024-03-05 04:11:47 +01:00
.gitmodules Update .gitmodules 2024-03-06 12:20:26 +00:00
LICENSE Clone from "yuzu-emu/yuzu-emu.github.io" 2024-03-05 04:11:47 +01:00
README.md chef kiss 2024-03-27 13:04:37 -05:00
gulpfile.js Update gulpfile.js 2024-03-06 22:33:25 +01:00
maintenance.html part. 1 2024-03-14 19:52:35 -04:00
package-lock.json chef kiss 2024-03-27 13:04:37 -05:00
package.json Clone from "yuzu-emu/yuzu-emu.github.io" 2024-03-05 04:11:47 +01:00
update_submodules.sh part. 1 2024-03-14 19:52:35 -04:00
yarn.lock chef kiss 2024-03-27 13:04:37 -05:00

README.md

This repo contains the sources for the Suyu game compat website at [futureurl]

Local Development

Prerequisites:

  • git
  • yarn
  • graphicsmagick (apt install graphicsmagick on Debian/Ubuntu)

Steps to run:

  1. Run git submodule init && git submodule update
  2. Install dependencies by running yarn
  3. Set the GITHUB_WIKI_URL and TENANT enivironment variables:
    export GITHUB_WIKI_URL=https://github.com/yuzu-emu/yuzu.wiki.git
    export TENANT=yuzu
    
  4. Run yarn serve to watch files and serve on http://localhost:1313 or yarn build to compile a static version.