mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-11-10 05:25:41 +00:00
* Create index.md * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Update index.md * Update index.md * Add files via upload * Update index.md * Update index.md * Update index.md * Delete site/content/entry/yuzu-progress-report-jan-2024/AFMF30.mp4 * Delete site/content/entry/yuzu-progress-report-jan-2024/AFMF60.mp4 * Delete site/content/entry/yuzu-progress-report-jan-2024/GFGEnableAPI.reg * Delete site/content/entry/yuzu-progress-report-jan-2024/LS30.mp4 * Delete site/content/entry/yuzu-progress-report-jan-2024/LS60.mp4 * Delete site/content/entry/yuzu-progress-report-jan-2024/NONE30.mp4 * Delete site/content/entry/yuzu-progress-report-jan-2024/NONE60.mp4 * Delete site/content/entry/yuzu-progress-report-jan-2024/remove_GFGEnableAPI.reg * Update index.md * Add files via upload * Update index.md * Update index.md * Update index.md * Update index.md * Update index.md * Add files via upload * Update index.md * Update index.md * Update index.md * Delete site/content/entry/yuzu-progress-report-jan-2024/arc.png * Delete site/content/entry/yuzu-progress-report-jan-2024/ql3.mp4 * Apply suggestions from code review Co-authored-by: Schplee <24275329+Schplee@users.noreply.github.com> * Update index.md * Update index.md * Update index.md * Update site/content/entry/yuzu-progress-report-jan-2024/index.md Co-authored-by: Schplee <24275329+Schplee@users.noreply.github.com> * Add forum ID and date --------- 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:
gityarngraphicsmagick(apt install graphicsmagickon Debian/Ubuntu)
Steps to run:
- Run
git submodule init && git submodule update - Install dependencies by running
yarn - Set the
GITHUB_WIKI_URLandTENANTenivironment variables:export GITHUB_WIKI_URL=https://github.com/yuzu-emu/yuzu.wiki.git export TENANT=yuzu - Run
yarn serveto watch files and serve on http://localhost:1313 oryarn buildto compile a static version.