Skip to content

Unity-for-manufacturing-assets-of-Unity/yuzu-emu.github.io

This branch is 833 commits ahead of yuzu-emu/yuzu-emu.github.io:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d854640 · Jan 13, 2025
Mar 18, 2023
Jan 13, 2025
Mar 18, 2023
Feb 12, 2024
Nov 20, 2021
Apr 19, 2020
Mar 4, 2024
Jan 13, 2025
May 3, 2023
Dec 19, 2024
May 3, 2023
Mar 4, 2024
Jul 8, 2021
May 9, 2023
Jan 10, 2018
Jul 3, 2024

Repository files navigation

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:

  1. Run git submodule init && git submodule update
  2. Install dependencies by running yarn
  3. Set the GITHUB_WIKI_URL and TENANT enivironment variables:
    export GITHUB_WIKI_URL=https://github.com/yuzu-emu/yuzu.wiki.git
    export TENANT=yuzu
  4. Run yarn serve to watch files and serve on http://localhost:1313 or yarn build to compile a static version.

Releases

No releases published

Packages

No packages published

Languages

  • HTML 68.8%
  • JavaScript 16.9%
  • SCSS 13.3%
  • Shell 1.0%