mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-11-10 13:35:40 +00:00
* Hapy New Year! * Media * Update index.md * Update index.md * We're in 2023, fool * Wrong pics * Update index.md * Update index.md * Update index.md * Add files via upload * Update index.md * Delete smaa.png * Update index.md updated part with epicboy's changes * Flam review Co-authored-by: Schplee <24275329+Schplee@users.noreply.github.com> * Line 81 edit GitHub can't handle two edits on the same line. * Resizing and adding SMAA media * Trying to fix the anisotropic PR Drunk Hong is drunk * Missing link to PR * Flam review bis Co-authored-by: Schplee <24275329+Schplee@users.noreply.github.com> * byte's nit * update timestamp and forum id Co-authored-by: Honghoa <59675380+kurenaihana@users.noreply.github.com> 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:
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:3000 oryarn buildto compile a static version.