Files
archived-RPCSX.github.io/README.md
2023-11-17 15:38:26 -06:00

636 B

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