Website source code
Find a file
Vamsi Krishna af099adfa0
jul23 draft (#368)
* jul23 draft

* pass 1

* Some changes

* Media

* New Mali image

* Splatoon 3 pic

* Add Splatoon pic

* byte's review

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

* toast correction

* Byte's second pass

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

* Flam's pass

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

* Misc changes from Flam

* Syntax

* Apply suggestions from code review

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

* Update date/forum ID

---------

Co-authored-by: Matías Locatti <42481638+goldenx86@users.noreply.github.com>
Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>
Co-authored-by: Schplee <24275329+Schplee@users.noreply.github.com>
2023-08-13 11:33:17 -07:00
.ci
.github/workflows
scripts
site jul23 draft (#368) 2023-08-13 11:33:17 -07:00
.gitignore
.gitmodules
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:

  • 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.