The homepage for the RPCSX project.
Go to file
OCDkirby bc42edf6fb
Some checks failed
Build Vue / Build Vue (push) Has been cancelled
fix: redirect
2024-10-01 11:36:34 +10:00
.github/workflows Update workflow to only run in the main repo 2023-07-06 20:52:39 -05:00
.vscode Initial commit 2023-07-06 18:51:35 -05:00
public Add firmware image asset 2024-09-06 17:59:27 +10:00
src fix: redirect 2024-10-01 11:36:34 +10:00
.eslintrc chore: add eslint 2024-09-06 16:56:13 +10:00
.gitignore Fix theming 2023-07-14 23:49:41 -05:00
CONTRIBUTING.md update CONTRIBUTING.md 2024-09-06 16:58:50 +10:00
eslint.config.js chore: add eslint 2024-09-06 16:56:13 +10:00
index.html Fix site title 2023-07-09 15:18:49 -05:00
LICENSE Initial commit 2023-07-06 18:51:21 -05:00
package-lock.json chore: add eslint 2024-09-06 16:56:13 +10:00
package.json chore: add eslint 2024-09-06 16:56:13 +10:00
README.md Update: README.md 2023-11-17 15:38:26 -06:00
vite.config.js fix: baseurl2 2024-09-06 17:07:27 +10:00

rpcsx-site

The code behind the homepage for the RPCSX project.

Contributing

see CONTRIBUTING.md

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Project Setup

git clone https://github.com/RPCSX/rpcsx-site
cd rpcsx-site
npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build