2017-02-26 21:24:53 +00:00
# Citra Official Website
2017-06-28 01:31:38 +00:00
This repository contains the source for the [Citra Emulator ](https://github.com/citra-emu/citra ) website, which can be found at https://citra-emu.org/.
## Quick Start
2017-07-15 23:10:58 +00:00
### Required Dependencies
2017-07-15 18:36:49 +00:00
- [Node.js ](https://nodejs.org ) `sudo apt-get install nodejs nodejs-legacy`
- [Gulp.js ](http://gulpjs.com ) `sudo npm install -g gulp`
2017-07-15 23:10:58 +00:00
- [Hugo ](https://gohugo.io/ ) `sudo npm install -g hugo-bin`
2017-12-20 15:46:08 +00:00
- [GraphicsMagick ](http://www.graphicsmagick.org/ ) `sudo apt-get install graphicsmagick`
- [ImageMagick ](https://www.imagemagick.org ) (Should be installed through `graphicsmagick` )
2017-06-28 01:31:38 +00:00
### Instructions
1. Open up a terminal or command prompt in the `citra-web` directory.
2. Run `npm install` .
2017-09-16 05:00:53 +00:00
3. Run `gulp all` .
2017-06-28 01:31:38 +00:00
2017-11-04 21:33:29 +00:00
Now, Gulp should have built the Citra website, its external content, and hosted it locally.
2017-09-16 05:00:53 +00:00
It will print out the `Access URL` s, which you can go to in your browser to view it.
2017-06-28 01:31:38 +00:00
## Sitemap
2021-06-18 00:41:46 +00:00
The sitemap for the Citra website can be found in [SITEMAP.md ](SITEMAP.md )