mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-08 13:27:25 +00:00
* Let's a go * Media upload You have no idea how long this takes with 0.8mbps. * Missing little one * More missing pics * Article dump and formatting * Update index.md * Wrong image name Muh Netlify * Darker summary pic * Small nits * byte suggestions * More byte * Green frogs * Nits while I can't sleep * NVIDIA hating on Maxwell * oops * Flam suggestions Co-authored-by: Schplee <24275329+Schplee@users.noreply.github.com> * Hex hax * Missing bit * Flam's suggestions Co-authored-by: Schplee <24275329+Schplee@users.noreply.github.com> * SMAA bit updated * Oops * Add forum ID, update time, fix typo Co-authored-by: Schplee <24275329+Schplee@users.noreply.github.com> |
||
---|---|---|
.ci | ||
.github/workflows | ||
scripts | ||
site | ||
.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.