mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-10 15:44:21 +00:00
* deps: update dependencies * site: use Hugo to process thumbnails for jumbotron, boxart and screenshots * gulpfile: use Hugo to process all the images * deps: remove unused dependencies (image processing related) * deps: remove xo from the dependency (unused)
606 B
606 B
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.