mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-07-17 05:08:08 +00:00
* Create index.md * Add files via upload * Wrong size * Replacing game * kernel changes * First draft * Damn you, jpg * Delete xc2bug.jpg * Delete xc2fix.jpg * Typos * Anisotropic fix * Some nits * Awesome liamwhite suggestions Co-authored-by: liamwhite <liamwhite@users.noreply.github.com> * Formatting * Update site/content/entry/yuzu-progress-report-apr-2022/index.md Co-authored-by: liamwhite <liamwhite@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Schplee <24275329+Schplee@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Schplee <24275329+Schplee@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Schplee <24275329+Schplee@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Schplee <24275329+Schplee@users.noreply.github.com> Co-authored-by: liamwhite <liamwhite@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Schplee <24275329+Schplee@users.noreply.github.com> * Add files via upload * Apply suggestions from code review Co-authored-by: Schplee <24275329+Schplee@users.noreply.github.com> * Remove image compare for VRAM bug * Apply suggestions from code review Co-authored-by: Schplee <24275329+Schplee@users.noreply.github.com> * Changes to the VRAM image * Add files via upload * Add files via upload * Update date and forum ID Co-authored-by: Vamsi Krishna <c.vamsi.krishna.96@gmail.com> Co-authored-by: liamwhite <liamwhite@users.noreply.github.com> Co-authored-by: Schplee <24275329+Schplee@users.noreply.github.com> |
||
---|---|---|
.ci | ||
.github/workflows | ||
scripts | ||
site | ||
src/js | ||
.gitignore | ||
.gitmodules | ||
.travis.yml | ||
gulpfile.js | ||
LICENSE | ||
maintenance.html | ||
package.json | ||
README.md | ||
update_submodules.sh | ||
yarn.lock |
This repo contains the sources for the yuzu-emu website at https://yuzu-emu.org/.
Local Development
Prerequisites:
git
yarn
graphicsmagick
(apt install graphicsmagick
on Debian/Ubuntu)
Steps to run:
- Run
git submodule init && git submodule update
. - Install dependencies by running
yarn
. - Set the
GITHUB_WIKI_URL
andTENANT
enivironment variables:export GITHUB_WIKI_URL=https://github.com/yuzu-emu/yuzu.wiki.git export TENANT=yuzu
- Run
yarn serve
to watch files and serve on http://localhost:3000 oryarn build
to compile a static version.