Always initalize game's issues and closed_issues fields. Check the length of issues instead of checking if it exists. Fixes #27
Citra Official Website
This repository contains the source for the Citra Emulator website, which can be found at https://citra-emu.org/.
Quick Start
Required Tools
- Node.js
- Gulp.js (Install this using the command
npm install -g gulp
, with root / admin permissions.) - ImageMagick
- GraphicsMagick
Instructions
- Open up a terminal or command prompt in the
citra-web
directory. - Run
npm install
. - Run
gulp
.
Now, Gulp should have built the Citra website, and hosted it locally. It will print out the Access URL
s, which you can go to in your browser to view it.
Sitemap
The sitemap for the Citra website can be found in SITEMAP.md.
Description
Languages
HTML
69.7%
JavaScript
15.3%
SCSS
14%
Shell
1%