This is the repository for hosting and maintaining the RPCSX Wiki. All documentation or information to help you have the best possible experience using RPCSX is housed here. You can visit the site at anytime from https://rpcsx.github.io/wiki/
- Install Ruby:
We recommend using Ruby Version Manager (RVM) to Install Ruby
- Clone and set up wiki:
git clone https://github.com/RPCSX/wiki
cd wiki
Note: Do not run Bundler as root. Installing your bundle as root will break this application for all non-root users on your machine.
gem install bundler
bundle install
- Run Jekyll Server:
Note: Hot reloading is unsupported, refresh the page to see changes.
bundle exec jekyll serve
Run rubocop
on your local files.