citra-web/README.md

23 lines
897 B
Markdown
Raw Normal View History

2017-02-26 22:24:53 +01:00
# Citra Official Website
2017-06-28 03:31:38 +02: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
### Required Tools
2017-07-15 20:36:49 +02:00
- [Node.js](https://nodejs.org) `sudo apt-get install nodejs nodejs-legacy`
- [Gulp.js](http://gulpjs.com) `sudo npm install -g gulp`
- [ImageMagick](https://www.imagemagick.org) `sudo apt-get install graphicsmagick`
- [GraphicsMagick](http://www.graphicsmagick.org/) (Should be installed through graphicsmagick)
2017-06-28 03:31:38 +02:00
### Instructions
1. Open up a terminal or command prompt in the `citra-web` directory.
2. Run `npm install`.
3. 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](SITEMAP.md).