Website source code
Find a file
Matías Locatti 052be4019d
Progress Report - September 2023 (#374)
* Progress report September 2023

Delayed till kingdom f

* Update index.md

* Add files via upload

* Update index.md

* Add files via upload

* Update index.md

* Add files via upload

* Update index.md

* Add files via upload

* Add files via upload

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Apply suggestions from code review

Co-authored-by: Schplee <24275329+Schplee@users.noreply.github.com>
Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>

* Update index.md

* Update date and forum ID

---------

Co-authored-by: Schplee <24275329+Schplee@users.noreply.github.com>
Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>
2023-10-20 12:11:30 -07:00
.ci
.github/workflows
scripts
site Progress Report - September 2023 (#374) 2023-10-20 12:11:30 -07:00
.gitignore
.gitmodules
gulpfile.js
LICENSE
maintenance.html
package.json deps: update dependencies 2023-05-09 16:39:04 -06:00
README.md
update_submodules.sh
yarn.lock deps: update dependencies 2023-05-09 16:39:04 -06:00

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.