mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-11-10 13:35:40 +00:00
606 B
606 B
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.