mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-11 16:06:41 +00:00
docs: add README.md
This commit is contained in:
parent
a73063e81c
commit
cf7ef59605
20
README.md
Normal file
20
README.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
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
|
||||||
|
```
|
||||||
|
3. Run `yarn serve` to watch files and serve on http://localhost:3000 or `yarn build` to compile a static version.
|
Loading…
Reference in a new issue