2024-03-27 19:04:37 +01:00
|
|
|
This repo contains the sources for the Suyu game compat website at [futureurl]
|
2024-03-05 04:11:47 +01:00
|
|
|
|
|
|
|
# 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:
|
|
|
|
```bash
|
|
|
|
export GITHUB_WIKI_URL=https://github.com/yuzu-emu/yuzu.wiki.git
|
|
|
|
export TENANT=yuzu
|
|
|
|
```
|
|
|
|
3. Run `yarn serve` to watch files and serve on http://localhost:1313 or `yarn build` to compile a static version.
|