mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-08 21:37:18 +00:00
* Progress report - November 2023 * Add files via upload * Update index.md * Update index.md * Add files via upload * Update index.md * Update index.md * Update index.md * Update index.md * Add files via upload * Update index.md * Apply suggestions from code review byte's Co-authored-by: liamwhite <liamwhite@users.noreply.github.com> * Update index.md t895's * Update index.md * Add files via upload * Apply suggestions from code review Flam's changes Co-authored-by: Schplee <24275329+Schplee@users.noreply.github.com> * update time/forum * Update index.md --------- Co-authored-by: liamwhite <liamwhite@users.noreply.github.com> Co-authored-by: Schplee <24275329+Schplee@users.noreply.github.com> |
||
---|---|---|
.ci | ||
.github/workflows | ||
scripts | ||
site | ||
.gitignore | ||
.gitmodules | ||
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:1313 oryarn build
to compile a static version.