citra-emu
/
citra-web
Archived
1
0
Fork 0
This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
citra-web/README.md

24 lines
991 B
Markdown
Raw Normal View History

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-07-15 18:36:49 +00:00
- [ImageMagick](https://www.imagemagick.org) `sudo apt-get install graphicsmagick`
- [GraphicsMagick](http://www.graphicsmagick.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-09-16 05:00:53 +00:00
Now, Gulp should have built the Citra website, it's external content, and hosted it locally.
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
The sitemap for the Citra website can be found in [SITEMAP.md](SITEMAP.md).